mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
getmore chocolate (and others) (#22932)
replaces some old irl chocolates with lore chocolates (mostly GetMore) - GetMore Chocolate, replacing Hersheys/Hearsay - GetMore Nuts, replacing the Crispy Crunch(?)/Crunchy Crisp - GetMore Bubbles, replacing the Aero/Spacewind - GetMore Kelp, new - Readies, new - basic recolour/redesc of the tau ceti bar - basic recolour/redesc of 100k credits bar into Idris' colours <img width="880" height="104" alt="Capture" src="https://github.com/user-attachments/assets/7a3bb3b5-bd9f-4a92-84fb-0951f8228e95" /> also removes non-vegan chocolates from the vegan MRE
This commit is contained in:
@@ -1075,16 +1075,17 @@
|
||||
|
||||
/obj/item/storage/box/large/candy/fill()
|
||||
var/list/assorted_list = list(
|
||||
/obj/item/reagent_containers/food/snacks/cb01 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb02 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb03 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb04 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb05 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb06 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb07 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb08 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb09 = 1,
|
||||
/obj/item/reagent_containers/food/snacks/cb10 = 1
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/nuts = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/bubbles = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/kelp = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/cetibar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/idrisbar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/lattecrunch = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/marsbar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/crispbar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/ohdaddybar = 1,
|
||||
/obj/item/reagent_containers/food/snacks/chocolate_bar/laughterbar = 1
|
||||
)
|
||||
|
||||
for(var/i in 1 to 24)
|
||||
|
||||
Reference in New Issue
Block a user