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:
Plykiya
2024-06-12 19:19:10 -07:00
committed by Spatison
parent 755991ab74
commit 02ca514bde

View File

@@ -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);
}
}