From 6e8f336c4db0960f7158a2401db65eb64d239d84 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 23 Nov 2019 03:50:01 +0500 Subject: [PATCH] Lab key --- src/item/labCoat.t | 10 +++++----- src/room/cyanRoom.t | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) 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 ;