From: Kara Date: Mon, 22 Apr 2024 10:18:36 +0000 (-0700) Subject: Minor slime fix (#27237) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=85c6383cc025289d3376ef0e76f358483b888b18;p=space-station-14.git Minor slime fix (#27237) --- diff --git a/Content.Server/Geras/GerasSystem.cs b/Content.Server/Geras/GerasSystem.cs index a5377a021e..e25ea8f028 100644 --- a/Content.Server/Geras/GerasSystem.cs +++ b/Content.Server/Geras/GerasSystem.cs @@ -36,5 +36,6 @@ public sealed class GerasSystem : SharedGerasSystem _popupSystem.PopupEntity(Loc.GetString("geras-popup-morph-message-others", ("entity", ent.Value)), ent.Value, Filter.PvsExcept(ent.Value), true); _popupSystem.PopupEntity(Loc.GetString("geras-popup-morph-message-user"), ent.Value, ent.Value); + args.Handled = true; } } diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index aeffd5b8c5..be66691564 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -177,7 +177,6 @@ noSpawn: true components: - type: InstantAction - charges: 1 itemIconStyle: BigAction useDelay: 10 # prevent spam priority: -20