Refactor player and room to support adding effects.

This commit is contained in:
2021-05-25 16:02:06 -07:00
parent b3058097b4
commit ccd4974266
13 changed files with 198 additions and 79 deletions

View File

@ -21,8 +21,8 @@ const look: Action = {
const take: Action = {
action: actions.pickUpItem,
category: "action",
canPrecedeVariable: true,
category: "action",
constant: "take",
precedesCategories: [],
precedesConstants: [],