This commit is contained in:
He4eT 2019-11-23 03:50:01 +05:00
commit 6e8f336c4d
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@ labCoat: Container
'bloody cloth' 'bloody cloth'
'bloody cloth' 'bloody cloth'
@dumpster @dumpster
" The lab coat labeled <q>Dr. Smith</q>. " The lab coat labeled <q>Dr. O'Neill</q>.
Aside from the bloodstains, Aside from the bloodstains,
you can see some sloppy cuts obviously made in a hurry. you can see some sloppy cuts obviously made in a hurry.
<< labKey.location == labCoat << labKey.location == labCoat
@ -36,7 +36,7 @@ labCoat: Container
; ;
+ labKey: Key, Hidden + labKey: Key, Hidden
'massive steel lab key*keys' 'long steel tubular lab key*keys'
'massive key' 'tubular key'
"Key" "Long tubular key made of steel."
; ;

View file

@ -37,7 +37,8 @@ cyanRoom: Room
'armored operating door*doors' 'armored operating door*doors'
'armored door' 'armored door'
" Armored door marked <q>Operating room</q> " Armored door marked <q>Operating room</q>
and a massive mechanical locking device with a keyhole. and a massive mechanical locking device with a circle keyhole.
<br>Next to the door is a sign <q>Restricted area</q>.<br>" <br>Next to the door is a sign <q>Restricted area</q>.<br>"
keyList = [ labKey ]
specialNominalRoomPartLocation = defaultEastWall specialNominalRoomPartLocation = defaultEastWall
; ;