traitor only lasts 30 seconds, 50% defense debuff

This commit is contained in:
Evan
2025-04-17 20:30:52 -07:00
parent 7342caaafd
commit ae4f4d3ed6
7 changed files with 104 additions and 8 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ export class GameImpl implements Game {
);
}
if (!other.isTraitor()) {
(breaker as PlayerImpl).isTraitor_ = true;
breaker.markTraitor();
}
const breakerSet = new Set(breaker.alliances());