- Added an admin button to skip a turn in round 2.

- Added a railing outside the stairs in the alleyway.
This commit is contained in:
2026-05-21 03:52:48 -04:00
parent ae4ce6684b
commit 8aec8995b8
23 changed files with 1350 additions and 127 deletions
@@ -475,6 +475,13 @@ public class GameManagerRound2 : GameManagerBase
RequestSerialization();
}
public void SkipTurn()
{
if (IsRoundInitialised())
{
LocationBoardReset(true);
}
}
public void ActivateAllPanelButtons_DelayFunction()
{