Many stuff (#555)

* Drone bucket

* Weird insuls

* Not too strong

* No cult door bolts

* Emergency shuttle after round end fix

* Fix spiders
This commit is contained in:
Aviu00
2023-11-12 23:19:49 +09:00
committed by Aviu00
parent 0bd5b16c4b
commit 90792c52ce
3 changed files with 10 additions and 8 deletions

View File

@@ -96,8 +96,10 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
private void OnRoundStart(RoundStartingEvent ev)
{
CleanupEmergencyConsole();
// WD EDIT START
_roundEndCancelToken?.Cancel();
CleanupEmergencyConsole();
// WD EDIT END
_roundEndCancelToken = new CancellationTokenSource();
}