mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Lab key
This commit is contained in:
parent
ae9d5cf61e
commit
6e8f336c4d
2 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
@ -24,7 +24,7 @@ labCoat: Container
|
||||||
}
|
}
|
||||||
|
|
||||||
dobjFor (Search) {
|
dobjFor (Search) {
|
||||||
preCond = [objHeld]
|
preCond = [ objHeld ]
|
||||||
}
|
}
|
||||||
|
|
||||||
changeName () {
|
changeName () {
|
||||||
|
|
@ -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."
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue