diff --git a/packages/shared/src/game/moves.ts b/packages/shared/src/game/moves.ts index cbef6e35..8d195a2d 100644 --- a/packages/shared/src/game/moves.ts +++ b/packages/shared/src/game/moves.ts @@ -181,7 +181,7 @@ export const addOrUpdateThreat: MoveFn = ({ G, playerID }) => { playerID === undefined || G.threat.owner !== playerID || _.isEmpty(threatTitle) || - _.isEmpty(threatDescription) || + threatDescription === undefined || G.threat.id === undefined ) { return INVALID_MOVE;