From 85c6383cc025289d3376ef0e76f358483b888b18 Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 22 Apr 2024 03:18:36 -0700 Subject: [PATCH] Minor slime fix (#27237) --- Content.Server/Geras/GerasSystem.cs | 1 + Resources/Prototypes/Actions/types.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0