Merge pull request #6757 from Citadel-Station-13/upstream-merge-37850

[MIRROR] Fixes fireaxe butchering.
This commit is contained in:
deathride58
2018-05-17 18:12:33 +00:00
committed by GitHub
+1 -1
View File
@@ -236,7 +236,7 @@
/obj/item/twohanded/fireaxe/Initialize()
. = ..()
AddComponent(/datum/component/butchering, 100, 80, hitsound) //axes are not known for being precision butchering tools
AddComponent(/datum/component/butchering, 100, 80, 0 , hitsound) //axes are not known for being precision butchering tools
/obj/item/twohanded/fireaxe/update_icon() //Currently only here to fuck with the on-mob icons.
icon_state = "fireaxe[wielded]"