Fix gauze stopping if it stops bleeding (#28844)
delete a line Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
parent
d7baee2cec
commit
b1bdcc7161
|
|
@ -70,7 +70,6 @@ public sealed class HealingSystem : EntitySystem
|
|||
_bloodstreamSystem.TryModifyBleedAmount(entity.Owner, healing.BloodlossModifier);
|
||||
if (isBleeding != bloodstream.BleedAmount > 0)
|
||||
{
|
||||
dontRepeat = true;
|
||||
_popupSystem.PopupEntity(Loc.GetString("medical-item-stop-bleeding"), entity, args.User);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue