Init robot and cable

This commit is contained in:
He4eT 2020-03-08 13:32:39 +05:00
commit 195cecd542
3 changed files with 27 additions and 0 deletions

View file

@ -56,5 +56,7 @@ gameMain: GameMainDef
#include "src/item/labCoat.t" #include "src/item/labCoat.t"
#include "src/room/redRoom.t" #include "src/room/redRoom.t"
#include "src/item/dataCable.t"
#include "src/actor/surgeryAssistant.t"
#include "src/actor/pc.t" #include "src/actor/pc.t"

View file

@ -0,0 +1,18 @@
surgeryAssistant: Person
'robotic surgery robot/cyborg/assistant'
'surgeon assistant'
@redRoom
" The torso of cybernetic assistant surgeon
is wired to the ceiling.
<br>Cameras are scanning the room.
various servos, units and cables make distinctive sounds,
the bulky arms slowly sway."
;
+ HermitActorState
specialDesc = "Ttttest"
noResponse = "
The surgical robot is not responding.
<br>You can see the message <q>Connection lost</q> on the indicator display."
isInitState = true
;

7
src/item/dataCable.t Normal file
View file

@ -0,0 +1,7 @@
dataCable: Thing, RoomPart
'data cable/wire/cord'
'data cable'
"Thick data cable with damaged connector."
location = redRoom
;