♻️ Wake up routine runs once
This commit is contained in:
parent
4d93185b75
commit
270aa3ff3c
5 changed files with 24 additions and 12 deletions
|
|
@ -7,12 +7,12 @@ Class Room
|
|||
],
|
||||
has light;
|
||||
|
||||
! Class Set
|
||||
! with before [;
|
||||
! Examine: return false;
|
||||
! default: print_ret "You can't do that with ", (the) self, ".";
|
||||
! ],
|
||||
! has scenery;
|
||||
Class Set
|
||||
with before [;
|
||||
Examine: return false;
|
||||
default: print_ret "You can't do that with ", (the) self, ".";
|
||||
],
|
||||
has scenery;
|
||||
|
||||
Class Decoration
|
||||
with before [;
|
||||
|
|
@ -28,3 +28,5 @@ Class Decoration
|
|||
! print_ret (the) self, " is too heavy for that.";
|
||||
! ],
|
||||
! has supporter;
|
||||
|
||||
Class NPC has animate;
|
||||
Loading…
Add table
Add a link
Reference in a new issue