🚧 Adding items
This commit is contained in:
parent
64381da786
commit
7ea3d64c82
4 changed files with 24 additions and 3 deletions
17
Classes.inf
17
Classes.inf
|
|
@ -5,4 +5,19 @@ Class Set
|
|||
Examine: return false;
|
||||
default: print_ret "You can't do that with ", (the) self, ".";
|
||||
],
|
||||
has scenery;
|
||||
has scenery;
|
||||
|
||||
Class Decoration
|
||||
with before [;
|
||||
Take,Pull,Push,PushDir:
|
||||
print_ret "You can't do that with ", (the) self, ".";
|
||||
],
|
||||
has static;
|
||||
|
||||
Class Furniture
|
||||
class Decoration,
|
||||
with before [;
|
||||
Take,Pull,Push,PushDir:
|
||||
print_ret (the) self, " is too heavy for that.";
|
||||
],
|
||||
has supporter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue