Skip to content

Commit

Permalink
Uncraftable stunprods (#14071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Oct 5, 2023
1 parent 3c538cf commit aed2996
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions code/game/objects/items/weapons/weaponry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,4 @@
to_chat(user, span_notice("You fasten the glass shard to the top of the rod with the cable."))
qdel(I)
qdel(src)

else if(iswirecutter(I))
var/obj/item/weapon/baton/cattleprod/P = new

user.put_in_hands(P)
to_chat(user, span_notice("You fasten the wirecutters to the top of the rod with the cable, prongs outward."))
qdel(I)
qdel(src)

update_icon(user)
update_icon(user)

0 comments on commit aed2996

Please sign in to comment.