Added storage/misc for objs that don't fit in

Also moved the dicepack there.
This commit is contained in:
Jarcolr
2014-05-04 00:40:08 +03:00
parent 751b1269f5
commit 5bc9ea47e4
3 changed files with 10 additions and 10 deletions
@@ -0,0 +1,9 @@
/obj/item/weapon/storage/pill_bottle/dice
name = "pack of dice"
desc = "It's a small container with dice inside."
New()
..()
new /obj/item/weapon/dice( src )
new /obj/item/weapon/dice/d20( src )