mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Polishing
This commit is contained in:
parent
10fca06f02
commit
921d6bd2d1
3 changed files with 20 additions and 25 deletions
|
|
@ -37,9 +37,9 @@ gameMain: GameMainDef
|
||||||
<<inputManager.pauseForMore(true)>>
|
<<inputManager.pauseForMore(true)>>
|
||||||
Enter <q>instruction</q> if you need a tutorial.\b";
|
Enter <q>instruction</q> if you need a tutorial.\b";
|
||||||
}
|
}
|
||||||
showGoodbye () {"
|
showGoodbye () {
|
||||||
<.p>Game over<.p>
|
"\bGame over\b";
|
||||||
";}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ modify VerbRule(SetTo)
|
||||||
if (curSetting == aliceLocker.code) {
|
if (curSetting == aliceLocker.code) {
|
||||||
aliceLocker.makeLocked(nil);
|
aliceLocker.makeLocked(nil);
|
||||||
aliceLocker.makeOpen(true);
|
aliceLocker.makeOpen(true);
|
||||||
"The middle drawer opened with a click. ";
|
"The middle locker opened with a click. ";
|
||||||
} else {
|
} else {
|
||||||
" You heard an annoying sound and
|
" You heard an annoying sound and
|
||||||
a red light flashed on the keypad. ";
|
a red light flashed on the keypad. ";
|
||||||
|
|
|
||||||
|
|
@ -70,37 +70,32 @@ orangeRoom: DarkRoom
|
||||||
specialNominalRoomPartLocation = defaultNorthWall
|
specialNominalRoomPartLocation = defaultNorthWall
|
||||||
;
|
;
|
||||||
|
|
||||||
+ orangeBed: Bed, Heavy
|
+ Bed, Heavy
|
||||||
'ascetic bed'
|
'ascetic bed'
|
||||||
'ascetic bed'
|
'ascetic bed'
|
||||||
"It has a plastic frame and an unsprung mattress. "
|
"It has a plastic frame and an unsprung mattress. "
|
||||||
;
|
;
|
||||||
|
|
||||||
+ desk: Heavy, Surface
|
+ Heavy, Surface
|
||||||
'white desk/table'
|
'white desk/table'
|
||||||
'white desk'
|
'white desk'
|
||||||
" This white desk has some marks on working surface
|
" This white desk has some marks on working surface
|
||||||
and a single drawer. "
|
and a single drawer. "
|
||||||
;
|
;
|
||||||
|
|
||||||
++ Decoration
|
++ Decoration
|
||||||
'letters/label/mark*marks'
|
'letters/label/mark*marks'
|
||||||
'some scratched letters'
|
'some scratched letters'
|
||||||
"You can't make out the inscription. "
|
"You can't make out the inscription. "
|
||||||
;
|
;
|
||||||
|
|
||||||
++ drawer: Component, OpenableContainer
|
++ Component, OpenableContainer
|
||||||
'drawer'
|
'drawer'
|
||||||
'drawer'
|
'drawer'
|
||||||
"It looks like it should open easily. "
|
"It looks like it should open easily. "
|
||||||
;
|
;
|
||||||
|
|
||||||
+++ whiteCube: Thing
|
+++ Thing
|
||||||
'white cube'
|
'lighter'
|
||||||
'white cube'
|
'lighter'
|
||||||
"Small glossy white cube. ";
|
"The lighter that ran out of fuel. ";
|
||||||
|
|
||||||
+++ blackCube: Thing
|
|
||||||
'black cube'
|
|
||||||
'black cube'
|
|
||||||
"Small glossy black cube. ";
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue