Some Job Perk Tweaks (#29634)

* perk tweaks

* reviews
This commit is contained in:
Kyani
2025-07-16 00:20:16 +00:00
committed by GitHub
parent 05791861b7
commit 5f3c4ed89d
3 changed files with 23 additions and 13 deletions
@@ -372,6 +372,17 @@
drink_desc = "The perfect blend of coffee, milk, and chocolate."
taste_description = "chocolatey coffee"
/datum/reagent/consumable/drink/coffee/cafe_latte/pumpkin_latte
name = "Pumpkin Latte"
id = "pumpkin_latte"
description = "A mix of pumpkin juice and coffee."
color = "#F4A460"
nutriment_factor = 3 * REAGENTS_METABOLISM
drink_icon = "pumpkin_latte"
drink_name = "Pumpkin Latte"
drink_desc = "A mix of coffee and pumpkin juice."
taste_description = "overpriced hipster spices"
/datum/reagent/consumable/drink/tea
name = "Tea"
id = "tea"
@@ -489,17 +500,6 @@
drink_desc = "An exotic blue milkshake."
taste_description = "blues"
/datum/reagent/consumable/drink/pumpkin_latte
name = "Pumpkin Latte"
id = "pumpkin_latte"
description = "A mix of pumpkin juice and coffee."
color = "#F4A460"
nutriment_factor = 3 * REAGENTS_METABOLISM
drink_icon = "pumpkin_latte"
drink_name = "Pumpkin Latte"
drink_desc = "A mix of coffee and pumpkin juice."
taste_description = "overpriced hipster spices"
/datum/reagent/consumable/drink/gibbfloats
name = "Gibb Floats"
id = "gibbfloats"