]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix gauze stopping if it stops bleeding (#28844)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Thu, 13 Jun 2024 02:19:10 +0000 (19:19 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 02:19:10 +0000 (22:19 -0400)
delete a line

Co-authored-by: plykiya <plykiya@protonmail.com>
Content.Server/Medical/HealingSystem.cs

index fb6883dfd12cf658384c7025e1c347e5cf44cb91..ed33e60dac480615d0ceebcd1a87facee19bfe78 100644 (file)
@@ -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);
             }
         }