Supply pack bugfixing

This commit is contained in:
ZomgPonies
2013-12-30 12:46:44 -05:00
parent c8e12ffb4d
commit 5e3dca39a1
2 changed files with 24 additions and 15 deletions
@@ -77,3 +77,11 @@
new /obj/item/weapon/ninja_manuscript(loc)
..()
/obj/structure/largecrate/cat
name = "cat crate"
icon_state = "lisacrate"
/obj/structure/largecrate/cat/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/crowbar))
new /mob/living/simple_animal/cat(loc)
..()