mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Init robot and cable
This commit is contained in:
parent
d3b2a774cc
commit
195cecd542
3 changed files with 27 additions and 0 deletions
|
|
@ -56,5 +56,7 @@ gameMain: GameMainDef
|
|||
#include "src/item/labCoat.t"
|
||||
|
||||
#include "src/room/redRoom.t"
|
||||
#include "src/item/dataCable.t"
|
||||
#include "src/actor/surgeryAssistant.t"
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
|
|
|
|||
18
src/actor/surgeryAssistant.t
Normal file
18
src/actor/surgeryAssistant.t
Normal 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
7
src/item/dataCable.t
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
dataCable: Thing, RoomPart
|
||||
'data cable/wire/cord'
|
||||
'data cable'
|
||||
"Thick data cable with damaged connector."
|
||||
|
||||
location = redRoom
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue