swords-and-ravens
swords-and-ravens copied to clipboard
Add check to swap to later house cards only for non vassals
https://github.com/Longwelwind/swords-and-ravens/blob/79bcf713d1421e7131b3f27b23fe334ba15408ba/agot-bg-game-server/src/common/ingame-game-state/action-game-state/resolve-march-order-game-state/combat-game-state/post-combat-game-state/PostCombatGameState.ts#L458
In case a house was replaced by a player the later house cards check not null might not be enough
No real issue at all. markHouseAsUsed()
is only called for none vassals. The check is done before.