Adds Waffle Co. brand monkey cubes

This commit is contained in:
ShizCalev
2018-09-21 19:17:55 -04:00
parent 547ae91558
commit 6d68ba4e9d
4 changed files with 15 additions and 4 deletions
+6 -1
View File
@@ -388,6 +388,7 @@
desc = "Drymate brand monkey cubes. Just add water!"
icon_state = "monkeycubebox"
illustration = null
var/cube_type = /obj/item/reagent_containers/food/snacks/monkeycube
/obj/item/storage/box/monkeycubes/ComponentInitialize()
. = ..()
@@ -397,7 +398,11 @@
/obj/item/storage/box/monkeycubes/PopulateContents()
for(var/i in 1 to 5)
new /obj/item/reagent_containers/food/snacks/monkeycube(src)
new cube_type(src)
/obj/item/storage/box/monkeycubes/syndicate
desc = "Waffle Co. brand monkey cubes. Just add water and a dash of subterfuge!"
cube_type = /obj/item/reagent_containers/food/snacks/monkeycube/syndicate
/obj/item/storage/box/ids
name = "box of spare IDs"