diff --git a/src/item/labCoat.t b/src/item/labCoat.t
index dd47730..5e1e960 100644
--- a/src/item/labCoat.t
+++ b/src/item/labCoat.t
@@ -2,7 +2,7 @@ labCoat: Container
'bloody cloth'
'bloody cloth'
@dumpster
- " The lab coat labeled Dr. Smith
.
+ " The lab coat labeled Dr. O'Neill
.
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."
;
diff --git a/src/room/cyanRoom.t b/src/room/cyanRoom.t
index fc54088..e030dc8 100644
--- a/src/room/cyanRoom.t
+++ b/src/room/cyanRoom.t
@@ -37,7 +37,8 @@ cyanRoom: Room
'armored operating door*doors'
'armored door'
" Armored door marked Operating room
- and a massive mechanical locking device with a keyhole.
+ and a massive mechanical locking device with a circle keyhole.
Next to the door is a sign Restricted area
.
"
+ keyList = [ labKey ]
specialNominalRoomPartLocation = defaultEastWall
;