Fix nukies (#8759)

This commit is contained in:
metalgearsloth
2022-06-12 00:18:58 +10:00
committed by GitHub
parent ae46f4354d
commit 359dbc9704

View File

@@ -269,6 +269,7 @@ public sealed class NukeopsRuleSystem : GameRuleSystem
newMind.TransferTo(mob);
_stationSpawningSystem.EquipStartingGear(mob, gear, null);
ev.PlayerPool.Remove(session);
_aliveNukeops.Add(newMind, true);
GameTicker.PlayerJoinGame(session);