Skip to content

Commit

Permalink
fixes hf machete (#5953)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Sep 9, 2023
1 parent 545d184 commit 95c3d9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/weapons/melee/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,6 @@
icon_state = "[base_state][active]"

/obj/item/melee/energy/hfmachete/attack_self(mob/user)
. = ..()
if(.)
return
toggleActive(user)
add_fingerprint(user)

Expand Down

0 comments on commit 95c3d9e

Please sign in to comment.