♻️ Wake up routine runs once

This commit is contained in:
Dan Jones 2022-01-11 20:55:41 -06:00
commit 270aa3ff3c
5 changed files with 24 additions and 12 deletions

View file

@ -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;