Merge pull request #10653 from phil235/Fixarino

Three simple fixes again
This commit is contained in:
Cheridan
2015-07-17 15:49:41 -05:00
3 changed files with 15 additions and 6 deletions
@@ -143,4 +143,12 @@
name = "dog bed"
icon_state = "dogbed"
desc = "A comfy-looking dog bed. You can even strap your pet in, in case the gravity turns off."
anchored = 0
anchored = 0
/obj/structure/stool/bed/dogbed/attackby(obj/item/weapon/W, mob/user, params)
if(istype(W, /obj/item/weapon/wrench))
playsound(loc, 'sound/items/Ratchet.ogg', 50, 1)
new /obj/item/stack/sheet/mineral/wood(loc, 10)
qdel(src)