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)
|
private void OnRoundStart(RoundStartingEvent ev)
|
||||||
{
|
{
|
||||||
CleanupEmergencyConsole();
|
// WD EDIT START
|
||||||
_roundEndCancelToken?.Cancel();
|
_roundEndCancelToken?.Cancel();
|
||||||
|
CleanupEmergencyConsole();
|
||||||
|
// WD EDIT END
|
||||||
_roundEndCancelToken = new CancellationTokenSource();
|
_roundEndCancelToken = new CancellationTokenSource();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ public abstract class SharedEntityStorageSystem : EntitySystem
|
|||||||
{
|
{
|
||||||
if (EntityManager.IsQueuedForDeletion(uid)) // WD
|
if (EntityManager.IsQueuedForDeletion(uid)) // WD
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!ResolveStorage(uid, ref component))
|
if (!ResolveStorage(uid, ref component))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
@@ -184,9 +184,9 @@
|
|||||||
- 0.5
|
- 0.5
|
||||||
- 0.5
|
- 0.5
|
||||||
- 0.75
|
- 0.75
|
||||||
- 1.25
|
- 0.75
|
||||||
- 1.25
|
- 0.75
|
||||||
- 1.5
|
- 1
|
||||||
- 1.5
|
- 1
|
||||||
- 1.5
|
- 1
|
||||||
- 1.5
|
- 1
|
||||||
|
|||||||
Reference in New Issue
Block a user