diff --git a/src/actor/surgeryAssistant.t b/src/actor/surgeryAssistant.t
index 21a2f52..98616c7 100644
--- a/src/actor/surgeryAssistant.t
+++ b/src/actor/surgeryAssistant.t
@@ -5,6 +5,7 @@ surgeryAssistant: Person
" The torso of cybernetic assistant surgeon
is wired to the ceiling. "
+ isHim = true
iobjFor (AttachTo) remapTo(AttachTo, DirectObject, dataPort)
;
@@ -40,8 +41,22 @@ surgeryAssistant: Person
the bulky arms slowly sway. "
;
-+ DefaultAnyTopic, ShuffledEventList [
+++ DefaultAnyTopic, ShuffledEventList [
'You don\'t have permission.
',
- 'Access Denied
',
- 'The request was rejected for security reasons
'
+ 'Access Denied.
',
+ 'The request was rejected for security reasons.
'
];
+
+++ HelloTopic, ShuffledEventList
+ [
+ 'Hello there,
you say.\b
+ Assistant surgeon, model \'oN11ug7\'.
+ How can I help you?
the robot looks at you.'
+ ]
+ [
+ 'Er...
you start.\b
+ How can I help you?
he asks. ',
+ 'It\'s me again.
you tell.\b
+ How can I help you?
he answers.'
+ ]
+;