Skip to content

Commit

Permalink
исправление способности передозировки эфедрином
Browse files Browse the repository at this point in the history
  • Loading branch information
pxc1984 committed Nov 3, 2024
1 parent 5748bb8 commit e46d9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Changeling/ChangelingSystem.Abilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ private void OnEphedrineOverdose(EntityUid uid, ChangelingComponent comp, ref Ac

var reagents = new List<(string, FixedPoint2)>()
{
("Synaptizine", 5f)
("Ephedrine", 15f)
};
if (TryInjectReagents(uid, reagents))
_popup.PopupEntity(Loc.GetString("changeling-inject"), uid, uid);
Expand Down

0 comments on commit e46d9d0

Please sign in to comment.