mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
Fix gauze stopping if it stops bleeding (#28844)
delete a line Co-authored-by: plykiya <plykiya@protonmail.com> (cherry picked from commit 1d4d6c33317f58f05180abb63ddf6419f5296d25)
This commit is contained in:
@@ -76,7 +76,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