Revert "Fix UninitializedSaveTest prototypes" (#16169)

This reverts commit 9094727842.
This commit is contained in:
AJCM-git
2023-05-06 10:50:45 -04:00
committed by GitHub
parent c1dfb43c7d
commit de1613f7ef
25 changed files with 103 additions and 71 deletions

View File

@@ -210,8 +210,8 @@ namespace Content.Server.Dragon
// We can't predict the rift being destroyed anyway so no point adding weakened to shared.
dragon.WeakenedAccumulator = dragon.WeakenedDuration;
_movement.RefreshMovementSpeedModifiers(component.Dragon.Value);
_popupSystem.PopupEntity(Loc.GetString("carp-rift-destroyed"), component.Dragon.Value, component.Dragon.Value);
_movement.RefreshMovementSpeedModifiers(component.Dragon);
_popupSystem.PopupEntity(Loc.GetString("carp-rift-destroyed"), component.Dragon, component.Dragon);
}
}