mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47: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'
|
||||
'row/lockers'
|
||||
'lockers'
|
||||
@pinkRoom
|
||||
" A row of service lockers with a numpad keyboard on the side.
|
||||
<br>This row, according to the signs,
|
||||
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)
|
||||
|
|
@ -14,7 +15,7 @@ modify VerbRule(SetTo)
|
|||
;
|
||||
|
||||
+ numpad: Dial, Component
|
||||
'numpad/keyboard/keypad'
|
||||
'electronic locking device/numpad/keyboard/keypad'
|
||||
'numpad keyboard'
|
||||
" An electronic device with a numeric keypad
|
||||
and a small 4-digit display.
|
||||
|
|
|
|||
|
|
@ -33,6 +33,13 @@ cyanRoom: Room
|
|||
<br>Its purpose is unclear to you. "
|
||||
;
|
||||
|
||||
+ Decoration
|
||||
'corrupted doorway'
|
||||
'doorway'
|
||||
"The corrupted doorway. "
|
||||
specialNominalRoomPartLocation = defaultWestWall
|
||||
;
|
||||
|
||||
+ operatingRoomDoorOutside: LockableWithKey, Door
|
||||
-> operatingRoomDoor
|
||||
'armored operating door*doors'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
pinkRoom: 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.
|
||||
Construction dust and debris are everywhere.\b
|
||||
You can see the corrupted doorway to the east
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue