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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -215,7 +215,7 @@ public abstract class SharedEntityStorageSystem : EntitySystem
|
||||
{
|
||||
if (EntityManager.IsQueuedForDeletion(uid)) // WD
|
||||
return;
|
||||
|
||||
|
||||
if (!ResolveStorage(uid, ref component))
|
||||
return;
|
||||
|
||||
|
||||
@@ -184,9 +184,9 @@
|
||||
- 0.5
|
||||
- 0.5
|
||||
- 0.75
|
||||
- 1.25
|
||||
- 1.25
|
||||
- 1.5
|
||||
- 1.5
|
||||
- 1.5
|
||||
- 1.5
|
||||
- 0.75
|
||||
- 0.75
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
|
||||
Reference in New Issue
Block a user