diff --git a/src/actor/surgeryAssistant.t b/src/actor/surgeryAssistant.t
index 5717711..21a2f52 100644
--- a/src/actor/surgeryAssistant.t
+++ b/src/actor/surgeryAssistant.t
@@ -31,7 +31,7 @@ surgeryAssistant: Person
isInitState = true
;
-+ robotOnline: ConversationReadyState
++ robotOnline: InConversationState
specialDesc = "
The surgical assistant examines the room. "
stateDesc = "
@@ -39,3 +39,9 @@ surgeryAssistant: Person
various servos, units and cables make distinctive sounds,
the bulky arms slowly sway. "
;
+
++ DefaultAnyTopic, ShuffledEventList [
+ 'You don\'t have permission.
',
+ 'Access Denied
',
+ 'The request was rejected for security reasons
'
+];