mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes vr monkeycube boxes getting extra monkeys
Fixes sobaka/saru/sparra/wolpin cube boxes spawning with bonus 4 regular monkeycubes
This commit is contained in:
@@ -281,35 +281,19 @@ Swimsuits, for general use, to avoid arriving to work with your swimsuit.
|
|||||||
/obj/item/weapon/storage/box/monkeycubes/sobakacubes
|
/obj/item/weapon/storage/box/monkeycubes/sobakacubes
|
||||||
name = "sobaka cube box"
|
name = "sobaka cube box"
|
||||||
desc = "Drymate brand sobaka cubes. Just add water!"
|
desc = "Drymate brand sobaka cubes. Just add water!"
|
||||||
|
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sobakacube = 4)
|
||||||
/obj/item/weapon/storage/box/monkeycubes/sobakacubes/New()
|
|
||||||
..()
|
|
||||||
for(var/i = 1 to 4)
|
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sobakacube(src)
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/monkeycubes/sarucubes
|
/obj/item/weapon/storage/box/monkeycubes/sarucubes
|
||||||
name = "saru cube box"
|
name = "saru cube box"
|
||||||
desc = "Drymate brand saru cubes. Just add water!"
|
desc = "Drymate brand saru cubes. Just add water!"
|
||||||
|
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sarucube = 4)
|
||||||
/obj/item/weapon/storage/box/monkeycubes/sarucubes/New()
|
|
||||||
..()
|
|
||||||
for(var/i = 1 to 4)
|
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sarucube(src)
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/monkeycubes/sparracubes
|
/obj/item/weapon/storage/box/monkeycubes/sparracubes
|
||||||
name = "sparra cube box"
|
name = "sparra cube box"
|
||||||
desc = "Drymate brand sparra cubes. Just add water!"
|
desc = "Drymate brand sparra cubes. Just add water!"
|
||||||
|
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sparracube = 4)
|
||||||
/obj/item/weapon/storage/box/monkeycubes/sparracubes/New()
|
|
||||||
..()
|
|
||||||
for(var/i = 1 to 4)
|
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/sparracube(src)
|
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/monkeycubes/wolpincubes
|
/obj/item/weapon/storage/box/monkeycubes/wolpincubes
|
||||||
name = "wolpin cube box"
|
name = "wolpin cube box"
|
||||||
desc = "Drymate brand wolpin cubes. Just add water!"
|
desc = "Drymate brand wolpin cubes. Just add water!"
|
||||||
|
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/wolpincube = 4)
|
||||||
/obj/item/weapon/storage/box/monkeycubes/wolpincubes/New()
|
|
||||||
..()
|
|
||||||
for(var/i = 1 to 4)
|
|
||||||
new /obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/wolpincube(src)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user