0
0
Fork 0

Set object to a falsey value when resetting

This commit is contained in:
Oliver-Akins 2021-01-10 14:39:23 -07:00
parent 9a398e41a8
commit fd11293623

View file

@ -119,6 +119,7 @@ export class Game {
if (this._objectCard) {
this._objects.discard(this._objectCard);
this._objectCard = null;
this.object = ``;
};
};