Clown Planet V2

This commit is contained in:
ZomgPonies
2013-11-20 21:47:00 -05:00
parent 0834729969
commit 859ed8bf38
15 changed files with 2216 additions and 1438 deletions
@@ -237,6 +237,15 @@
attack_hand(mob/user as mob)
return attack_self(user)
// Clown planet WMD storage
/obj/item/weapon/storage/secure/safe/clown
name="WMD Storage"
/obj/item/weapon/storage/secure/safe/clown/New()
for(var/i=0;i<10;i++)
new /obj/item/weapon/reagent_containers/food/snacks/pie(src)
/obj/item/weapon/storage/secure/safe/HoS/New()
..()
//new /obj/item/weapon/storage/lockbox/clusterbang(src) This item is currently broken... and probably shouldnt exist to begin with (even though it's cool)