Skip to content

Commit

Permalink
whoopsie!!
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Nov 20, 2024
1 parent fd99384 commit 6c5e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/DeltaV/Pain/PainSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private void ShowPainPopup(Entity<PainComponent> ent)
return;

var effect = _random.Pick(effects);
_popup.PopupEntity(Loc.GetString(effect), ent.Owner);
_popup.PopupEntity(Loc.GetString(effect), ent, ent);

// Set next popup time
var delay = _random.NextFloat(ent.Comp.MinimumPopupDelay, ent.Comp.MaximumPopupDelay);
Expand Down

0 comments on commit 6c5e86f

Please sign in to comment.