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'
@dumpster
" The lab coat labeled <q>Dr. Smith</q>.
" The lab coat labeled <q>Dr. O'Neill</q>.
Aside from the bloodstains,
you can see some sloppy cuts obviously made in a hurry.
<< labKey.location == labCoat
@ -24,7 +24,7 @@ labCoat: Container
}
dobjFor (Search) {
preCond = [objHeld]
preCond = [ objHeld ]
}
changeName () {
@ -36,7 +36,7 @@ labCoat: Container
;
+ labKey: Key, Hidden
'massive steel lab key*keys'
'massive key'
"Key"
'long steel tubular lab key*keys'
'tubular key'
"Long tubular key made of steel."
;

View file

@ -37,7 +37,8 @@ cyanRoom: Room
'armored operating door*doors'
'armored door'
" 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>"
keyList = [ labKey ]
specialNominalRoomPartLocation = defaultEastWall
;