Skip to content

Commit

Permalink
NO MORE (#4641)
Browse files Browse the repository at this point in the history
Co-authored-by: shodd <[email protected]>
  • Loading branch information
Shoddd and shodd authored Dec 21, 2024
1 parent 2a64625 commit ac6ae3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/projectiles/guns/magic/wand.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac6ae3b

Please sign in to comment.