marshmallow

This commit is contained in:
Seris02
2019-12-29 21:55:25 +08:00
parent d562a5ba27
commit a39c0249c4
5 changed files with 50 additions and 1 deletions
+9
View File
@@ -1259,3 +1259,12 @@
var/obj/item/stack/sheet/cardboard/I = new(user.drop_location())
qdel(src)
user.put_in_hands(I)
/obj/item/storage/box/marshmallow
name = "box of marshmallows"
desc = "A box of marshmallows."
icon_state = "marshmallowbox"
/obj/item/storage/box/marshmallow/PopulateContents()
for (var/i in 1 to 5)
new /obj/item/reagent_containers/food/snacks/marshmallow(src)