mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
meatshake
This commit is contained in:
@@ -689,4 +689,7 @@ Drinks Data
|
||||
glass_icon_state = "kiraniade"
|
||||
|
||||
/datum/reagent/ethanol/sirisaii_pole
|
||||
glass_icon_state = "sirisaii_pole"
|
||||
glass_icon_state = "sirisaii_pole"
|
||||
|
||||
/datum/reagent/drink/meatshake
|
||||
glass_icon_state = "meatshake"
|
||||
@@ -1299,4 +1299,11 @@
|
||||
id = "sirisaii_pole"
|
||||
result = "sirisaii_pole"
|
||||
required_reagents = list("kirani_cider" = 1, "gauli_juice" = 1, "ice" = 1)
|
||||
result_amount = 3
|
||||
|
||||
/decl/chemical_reaction/instant/drinks/meatshake
|
||||
name = "Meatshake"
|
||||
id = "meatshake"
|
||||
result = "meatshake"
|
||||
required_reagents = list("cream" = 1, "protein" = 1, "water" = 1)
|
||||
result_amount = 3
|
||||
@@ -4716,3 +4716,13 @@
|
||||
glass_desc = "Kirani jelly mixed with soda water into a more drinkable form, sweet enough to not even need extra sugar added."
|
||||
glass_special = list(DRINK_FIZZ)
|
||||
allergen_type = ALLERGEN_FRUIT //Made with kirani
|
||||
|
||||
/datum/reagent/drink/meatshake
|
||||
name = "Meatshake"
|
||||
id = "meatshake"
|
||||
color = "#bc1e00"
|
||||
description = "A drink made from blended meat and cream, invented by teshari mixologists."
|
||||
taste_description = "creamy liquified meat"
|
||||
glass_name = "meatshake"
|
||||
glass_desc = "A drink made from blended meat and cream, invented by some teshari mixologists."
|
||||
allergen_type = ALLERGEN_MEAT|ALLERGEN_DAIRY //made with meat and cream
|
||||
Reference in New Issue
Block a user