mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Dragon rift no longer deletes all rifts when destroyed (#42234)
Maintaining the status quo
This commit is contained in:
@@ -268,9 +268,6 @@ public sealed partial class DragonSystem : EntitySystem
|
||||
if (!Resolve(uid, ref comp))
|
||||
return;
|
||||
|
||||
// do reset the rift count since crew destroyed the rift, not deleted by the dragon dying.
|
||||
DeleteRifts(uid, true, comp);
|
||||
|
||||
// We can't predict the rift being destroyed anyway so no point adding weakened to shared.
|
||||
comp.WeakenedAccumulator = comp.WeakenedDuration;
|
||||
_movement.RefreshMovementSpeedModifiers(uid);
|
||||
|
||||
Reference in New Issue
Block a user