mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-25 14:07:18 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user