From 238b8a4f034160de56d88451f642bc0479bd898b Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 17 Mar 2020 22:29:20 +0500 Subject: [PATCH] Robot: parts --- src/actor/surgeryAssistant.t | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) 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.' +];