]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Minor slime fix (#27237)
authorKara <lunarautomaton6@gmail.com>
Mon, 22 Apr 2024 10:18:36 +0000 (03:18 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 10:18:36 +0000 (03:18 -0700)
Content.Server/Geras/GerasSystem.cs
Resources/Prototypes/Actions/types.yml

index a5377a021e578d1e2e4917a7a37644ccbb86b138..e25ea8f0283b29b48485410741a3ead3236b460d 100644 (file)
@@ -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;
     }
 }
index aeffd5b8c50414cbf50bb7cc0cca86e557b38656..be666915640016e7a5218da2797234ef3bde132d 100644 (file)
   noSpawn: true
   components:
   - type: InstantAction
-    charges: 1
     itemIconStyle: BigAction
     useDelay: 10 # prevent spam
     priority: -20