Bathroom locker content

This commit is contained in:
He4eT 2020-03-17 18:14:30 +05:00
commit 2295c18a7c
4 changed files with 21 additions and 16 deletions

View file

@ -1,9 +1,9 @@
dentalFloss: Bandage dentalFloss: Bandage
'dental floss' 'dental floss'
'dental floss' 'dental floss'
@me @bathroomLocker
" A cord of thin filaments " A cord of thin filaments
used to remove food and dental plaque used to remove food and dental plaque
from between teeth in areas from between teeth in areas
a toothbrush is unable to reach." a toothbrush is unable to reach. "
; ;

View file

@ -3,7 +3,7 @@ tapeWall: Thing, RoomPartItem
'safety tape' 'safety tape'
" Many layers of strips of " Many layers of strips of
two-tone safety tape obscure the doorway. two-tone safety tape obscure the doorway.
<br>Looks like the black and yellow wall." <br>Looks like the black and yellow wall. "
location = cyanRoom location = cyanRoom
specialNominalRoomPartLocation = defaultWestWall specialNominalRoomPartLocation = defaultWestWall
@ -14,7 +14,7 @@ tapeWall: Thing, RoomPartItem
dobjFor (Remove) { dobjFor (Remove) {
action () { action () {
" After a while, you clear the doorway " After a while, you clear the doorway
and make a mess on the floor."; and make a mess on the floor. ";
isRagged = true; isRagged = true;
@ -34,9 +34,8 @@ tapeWall: Thing, RoomPartItem
dobjFor (Take) { dobjFor (Take) {
action () { action () {
tryImplicitAction(Remove, self); tryImplicitAction(Remove, self);
"You take one strip.";
pieceOfTape.moveInto(me); pieceOfTape.moveInto(me);
"You take one strip. ";
} }
} }
; ;
@ -46,7 +45,7 @@ pieceOfTape: PresentLater, Bandage
'long strip of tape' 'long strip of tape'
@cyanRoom @cyanRoom
" Quite a long piece of safety tape. " Quite a long piece of safety tape.
It can serve as a rope." <br>It can serve as a rope. "
; ;
uselessTape: PresentLater, Decoration uselessTape: PresentLater, Decoration
@ -54,6 +53,6 @@ uselessTape: PresentLater, Decoration
'useless mess' 'useless mess'
@cyanRoom @cyanRoom
" Small pieces of black and yellow tape, " Small pieces of black and yellow tape,
stuck together and crumpled." stuck together and crumpled. "
isListed = true isListed = true
; ;

View file

@ -24,7 +24,7 @@ orangeBathroom: Room
"There's a water faucet and a small sink." "There's a water faucet and a small sink."
; ;
+ OpenableContainer, Fixture + bathroomLocker: OpenableContainer, Fixture
'mirror/locker/door' 'mirror/locker/door'
'locker with mirror door' 'locker with mirror door'
" <<isOpen " <<isOpen
@ -33,7 +33,14 @@ orangeBathroom: Room
a locker for toiletries.<br>" a locker for toiletries.<br>"
; ;
++ painkillers: Thing ++ toothbrush: Thing
'pills/painkillers' 'brush/toothbrush'
'painkillers' 'toothbrush'
"A small orange bottle of pills."; "A small white toothbrush. "
;
++ toothpaste: Thing
'paste/toothpaste'
'toothpaste'
"An empty tube of toothpaste. "
;

View file

@ -2,11 +2,10 @@ yellowRoom: Room
'Hallway' 'Hallway'
" This is another room which every surface " This is another room which every surface
covered with matte white panels. covered with matte white panels.
<.p> <br>A bright screen on the wall attracts your attention.
A bright screen on the wall attracts your attention.
<.p> <.p>
There are three doors in the north wall There are three doors in the north wall
and a wide doorway leading south." and a wide doorway leading south. "
south = cyanRoom south = cyanRoom