diff --git a/src/actor/surgeryAssistant.t b/src/actor/surgeryAssistant.t
index 0b9ffa3..057f247 100644
--- a/src/actor/surgeryAssistant.t
+++ b/src/actor/surgeryAssistant.t
@@ -15,6 +15,19 @@ surgeryAssistant: Person
"Industry standard port for automated assistants. "
;
++ Decoration
+ 'indicator display'
+ 'indicator display'
+ " You can see the message
+ Connection lost
on the indicator display. "
+;
+
++ Decoration
+ 'servos/units/arms/hands'
+ 'assistant details'
+ "Parts of this mechanism look very technologically advanced. "
+;
+
+ HermitActorState
specialDesc = "
There's a surgical assistant in the corner of the room. "
@@ -55,16 +68,13 @@ surgeryAssistant: Person
'This 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.'
- ]
-;
+++ 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.'
+];