mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Added vkrexi cube boxes. (#5297)
As requested here https://forums.aurorastation.org/viewtopic.php?f=18&t=9245
This commit is contained in:
@@ -635,6 +635,15 @@
|
||||
for(var/i = 1; i <= 5; i++)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/neaeracube(src)
|
||||
|
||||
/obj/item/weapon/storage/box/monkeycubes/vkrexicubes
|
||||
name = "vkrexi cube box"
|
||||
desc = "Drymate brand vkrexi cubes. Just add water!"
|
||||
|
||||
/obj/item/weapon/storage/box/monkeycubes/vkrexicubes/fill()
|
||||
..()
|
||||
for(var/i = 1; i <= 5; i++)
|
||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/vkrexicube(src)
|
||||
|
||||
/obj/item/weapon/storage/box/ids
|
||||
name = "box of spare IDs"
|
||||
desc = "Has so many empty IDs."
|
||||
|
||||
Reference in New Issue
Block a user