makes bonespear a child of spear and MAKES THE DAMAGE MORE CONSISTENT (#46467)

* who did this

* boner

* a

* a

* hhhhhhhhhhhhhhhhhhhhh

* a

* a

* Update recipes.dm

* hhhh
This commit is contained in:
Fikou
2019-09-14 00:36:10 +02:00
committed by moo
parent 5d75c3d697
commit 259ebdcc5d
5 changed files with 14 additions and 25 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
name = "[victim.name] on a spear"
update_icon()
if(bonespear)
spear = locate(/obj/item/twohanded/bonespear) in parts_list
spear = locate(/obj/item/twohanded/spear/bonespear) in parts_list
else
spear = locate(/obj/item/twohanded/spear) in parts_list
@@ -45,4 +45,4 @@
victim = null
spear.forceMove(drop_location())
spear = null
qdel(src)
qdel(src)