Added more cup sizes

Added tall, grande and venti cups that get named similarly to the normal cups.

Added ginger and gingerbread syrups, on request of my wife, lol.
This commit is contained in:
SatinIsle
2024-12-03 20:06:57 +00:00
parent 35503f3113
commit 4cf5beeabe
9 changed files with 189 additions and 6 deletions
@@ -183,6 +183,10 @@
spawn_reagent = "syrup_strawberry"
/obj/item/reagent_containers/chem_disp_cartridge/syrup_coconut
spawn_reagent = "syrup_coconut"
/obj/item/reagent_containers/chem_disp_cartridge/syrup_ginger
spawn_reagent = "syrup_ginger"
/obj/item/reagent_containers/chem_disp_cartridge/syrup_gingerbread
spawn_reagent = "syrup_gingerbread"
// ERT
/obj/item/reagent_containers/chem_disp_cartridge/inaprov
@@ -177,5 +177,7 @@
/obj/item/reagent_containers/chem_disp_cartridge/syrup_chocolate,
/obj/item/reagent_containers/chem_disp_cartridge/syrup_wchocolate,
/obj/item/reagent_containers/chem_disp_cartridge/syrup_strawberry,
/obj/item/reagent_containers/chem_disp_cartridge/syrup_coconut
/obj/item/reagent_containers/chem_disp_cartridge/syrup_coconut,
/obj/item/reagent_containers/chem_disp_cartridge/syrup_ginger,
/obj/item/reagent_containers/chem_disp_cartridge/syrup_gingerbread
)
@@ -2931,6 +2931,22 @@
allergen_type = ALLERGEN_SUGARS|ALLERGEN_FRUIT
/datum/reagent/drink/syrup/ginger
name = "ginger syrup"
id = "syrup_ginger"
description = "A sugary syrup that tastes of ginger."
taste_description = "ginger"
color = "#d09740"
cup_prefix = "ginger"
/datum/reagent/drink/syrup/gingerbread
name = "gingerbread syrup"
id = "syrup_gingerbread"
description = "A sugary syrup that tastes of gingerbread."
taste_description = "gingerbread"
color = "#b6790f"
cup_prefix = "gingerbread"
/* Alcohol */
// Basic