mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Bathroom
This commit is contained in:
parent
6cbe11116d
commit
f9142e9df9
4 changed files with 53 additions and 8 deletions
39
src/room/orangeBathroom.t
Normal file
39
src/room/orangeBathroom.t
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
orangeBathroom: Room
|
||||
'Bathroom'
|
||||
" Tiny bathroom with shower cabine, toilet and sink.
|
||||
<br>On the wall you can see a locker with a mirror door.<.p>
|
||||
The only exit leads to the east."
|
||||
east = orangeRoom
|
||||
;
|
||||
|
||||
+ Decoration, Fixture
|
||||
'shower cabine'
|
||||
'shower cabine'
|
||||
"It's a minimalistic shower cabine."
|
||||
;
|
||||
|
||||
+ Decoration, Fixture
|
||||
'toilet'
|
||||
'toilet'
|
||||
"An ordinary toilet."
|
||||
;
|
||||
|
||||
+ Decoration, Fixture
|
||||
'faucet sink'
|
||||
'sink'
|
||||
"There's a water faucet and a small sink."
|
||||
;
|
||||
|
||||
+ OpenableContainer, Fixture
|
||||
'mirror/locker/door'
|
||||
'locker with mirror door'
|
||||
" <<isOpen
|
||||
? 'This is'
|
||||
: 'You see your face in the mirror door of'>>
|
||||
a locker for toiletries.<br>"
|
||||
;
|
||||
|
||||
++ painkillers: Thing
|
||||
'pills/painkillers'
|
||||
'painkillers'
|
||||
"A small orange bottle of pills.";
|
||||
Loading…
Add table
Add a link
Reference in a new issue