Fix gauze stopping if it stops bleeding (#28844)
delete a line Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user