|
@@ -87,6 +87,7 @@ class ActionInventory extends Action {
|
|
|
}));
|
|
|
|
|
|
let chosenThing = await chosenPromise;
|
|
|
+ rulebook.noun.setNoun(0, chosenThing);
|
|
|
if (chosenThing != undefined) {
|
|
|
Elements.CurrentTurnHandler.unprint(...buttons);
|
|
|
Controls.KeyHandler.reset();
|