From ac6ae3b7c1b41150c6ec2fe0d421211058185423 Mon Sep 17 00:00:00 2001 From: Shoddd <148718717+Shoddd@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:33:31 -0500 Subject: [PATCH] NO MORE (#4641) Co-authored-by: shodd --- code/modules/projectiles/guns/magic/wand.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/projectiles/guns/magic/wand.dm b/code/modules/projectiles/guns/magic/wand.dm index 82b78a4859ed..56c3a44a5837 100644 --- a/code/modules/projectiles/guns/magic/wand.dm +++ b/code/modules/projectiles/guns/magic/wand.dm @@ -28,6 +28,11 @@ icon_state = "[base_icon_state][charges ? null : "-drained"]" return ..() +/obj/item/gun/magic/wand/can_trigger_gun(mob/living/user, akimbo_usage) + if(akimbo_usage) + return FALSE + return ..() + /obj/item/gun/magic/wand/attack(atom/target, mob/living/user) if(target == user) return