fix cauterization (#23264)
* fix cauterization * remove if statement * revert DamageTest change * fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Shared.Damage.Prototypes;
|
||||
using Content.Shared.Damage.Prototypes;
|
||||
using Robust.Shared.Serialization;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary;
|
||||
|
||||
@@ -12,7 +12,6 @@ namespace Content.Shared.Damage
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The modifier will only ever be applied to damage that is being dealt. Healing is unmodified.
|
||||
/// The modifier can also never convert damage into healing.
|
||||
/// </remarks>
|
||||
[DataDefinition]
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
Reference in New Issue
Block a user