Skip to content

Commit

Permalink
Chainsaw fix (#16684)
Browse files Browse the repository at this point in the history
  • Loading branch information
AusarAtkin authored Oct 20, 2024
1 parent e360eeb commit 8077dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/objects/items/weapons/twohanded.dm
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@

return ..()

/obj/item/weapon/twohanded/chainsaw/attack(mob/living/carbon/M, mob/living/carbon/user)
rip_apart(user)
return ..()

///Handle chainsaw attack loop on object
/obj/item/weapon/twohanded/chainsaw/attack_obj(obj/object, mob/living/user)
. = ..()
Expand Down

0 comments on commit 8077dff

Please sign in to comment.