Refactor player and room to support adding effects.
This commit is contained in:
@ -21,8 +21,8 @@ const look: Action = {
|
||||
|
||||
const take: Action = {
|
||||
action: actions.pickUpItem,
|
||||
category: "action",
|
||||
canPrecedeVariable: true,
|
||||
category: "action",
|
||||
constant: "take",
|
||||
precedesCategories: [],
|
||||
precedesConstants: [],
|
||||
|
Reference in New Issue
Block a user