Fix godmode mispredicts (#18524)
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using Content.Server.Damage.Systems;
|
||||
using Content.Shared.Damage;
|
||||
|
||||
namespace Content.Server.Damage.Components;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(GodmodeSystem))]
|
||||
public sealed class GodmodeComponent : Component
|
||||
{
|
||||
public bool WasMovedByPressure;
|
||||
public DamageSpecifier? OldDamage = null;
|
||||
}
|
||||
Reference in New Issue
Block a user