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
View File
@@ -315,6 +315,7 @@ export interface Player {
// State & Properties
isAlive(): boolean;
isTraitor(): boolean;
markTraitor(): void;
largestClusterBoundingBox: { min: Cell; max: Cell } | null;
lastTileChange(): Tick;