From c6788757861e1a7536a8987ae6d91342dc853aa7 Mon Sep 17 00:00:00 2001 From: Debug <49997488+DebugOk@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:04:29 +0100 Subject: [PATCH] Fix my wacky comment --- .../Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs b/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs index aba51dbb3e4..da3b07d6dab 100644 --- a/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/Glimmer/GlimmerReactiveSystem.cs @@ -330,7 +330,7 @@ private void OnMeleeThrowOnHitAttempt(Entity ent _lightning.ShootRandomLightnings(uid, 10, 2, "SuperchargedLightning", 2, false); - // check if the transform parent of args.thing is alive + // Check if the parent of the user is alive, which will be the case if the user is an item and is being held. var zapTarget = _transformSystem.GetParentUid(args.User); if (TryComp(zapTarget, out _)) _electrocutionSystem.TryDoElectrocution(zapTarget, uid, 5, TimeSpan.FromSeconds(3), true,