mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Polishing
This commit is contained in:
parent
f06b5e899e
commit
0ad294e57d
3 changed files with 13 additions and 4 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
lockers: Fixture
|
lockers: Fixture
|
||||||
'lockers'
|
'row/lockers'
|
||||||
'lockers'
|
'lockers'
|
||||||
@pinkRoom
|
@pinkRoom
|
||||||
" A row of service lockers with a numpad keyboard on the side.
|
" A row of service lockers with a numpad keyboard on the side.
|
||||||
<br>This row, according to the signs,
|
<br>This row, according to the signs,
|
||||||
includes (from left to right) the lockers of
|
includes (from left to right) the lockers of
|
||||||
<br>Dr. O'Neill, Alice Dash, and Mark Hopper. "
|
<br><b>Dr. O'Neill</b>, <b>Alice Dash</b>,
|
||||||
|
and <b>Mark Hopper</b>.<br>"
|
||||||
;
|
;
|
||||||
|
|
||||||
modify VerbRule(SetTo)
|
modify VerbRule(SetTo)
|
||||||
|
|
@ -14,7 +15,7 @@ modify VerbRule(SetTo)
|
||||||
;
|
;
|
||||||
|
|
||||||
+ numpad: Dial, Component
|
+ numpad: Dial, Component
|
||||||
'numpad/keyboard/keypad'
|
'electronic locking device/numpad/keyboard/keypad'
|
||||||
'numpad keyboard'
|
'numpad keyboard'
|
||||||
" An electronic device with a numeric keypad
|
" An electronic device with a numeric keypad
|
||||||
and a small 4-digit display.
|
and a small 4-digit display.
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,13 @@ cyanRoom: Room
|
||||||
<br>Its purpose is unclear to you. "
|
<br>Its purpose is unclear to you. "
|
||||||
;
|
;
|
||||||
|
|
||||||
|
+ Decoration
|
||||||
|
'corrupted doorway'
|
||||||
|
'doorway'
|
||||||
|
"The corrupted doorway. "
|
||||||
|
specialNominalRoomPartLocation = defaultWestWall
|
||||||
|
;
|
||||||
|
|
||||||
+ operatingRoomDoorOutside: LockableWithKey, Door
|
+ operatingRoomDoorOutside: LockableWithKey, Door
|
||||||
-> operatingRoomDoor
|
-> operatingRoomDoor
|
||||||
'armored operating door*doors'
|
'armored operating door*doors'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
pinkRoom: Room
|
pinkRoom: Room
|
||||||
'Changing room'
|
'Changing room'
|
||||||
" An elevator vestibule with a row of lockers,
|
" An elevator vestibule with a row of lockers
|
||||||
|
connected by a common electronic locking device,
|
||||||
a dumpster and posters with safety rules.
|
a dumpster and posters with safety rules.
|
||||||
Construction dust and debris are everywhere.\b
|
Construction dust and debris are everywhere.\b
|
||||||
You can see the corrupted doorway to the east
|
You can see the corrupted doorway to the east
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue