Wooden chairs break into wood not metal

This commit is contained in:
Sam
2017-03-25 02:29:58 +00:00
parent c360accc3b
commit 4987aac15c
@@ -84,6 +84,15 @@
burntime = 20
// TODO: Special ash subtype that looks like charred chair legs
/obj/structure/stool/bed/chair/wood/attack_animal(mob/living/simple_animal/user)
if(user.environment_smash)
user.do_attack_animation(src)
visible_message("<span class='danger'>[user] smashes [src] apart!</span>")
new /obj/item/stack/sheet/wood(get_turf(src))
new /obj/item/stack/sheet/wood(get_turf(src))
new /obj/item/stack/sheet/wood(get_turf(src))
qdel(src)
/obj/structure/stool/bed/chair/wood/narsie_act()
return