mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Merge pull request #7974 from MistakeNot4892/jager
Added Doctress' Jager drink.
This commit is contained in:
@@ -504,6 +504,9 @@
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/sake
|
||||
price_tag = 25
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager
|
||||
price_tag = 25
|
||||
|
||||
//***************//
|
||||
//---Foodstuff---//
|
||||
//***************//
|
||||
|
||||
@@ -627,4 +627,14 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/lemonadeschnapps/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("schnapps_lem", 100)
|
||||
reagents.add_reagent("schnapps_lem", 100)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager
|
||||
name = "Schusskonig"
|
||||
desc = "A complex tasting digestif. Thank god the original's trademark lapsed."
|
||||
icon_state = "jager_bottle"
|
||||
center_of_mass = list("x"=16, "y"=3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/jager/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("jager", 100)
|
||||
|
||||
@@ -4059,6 +4059,17 @@
|
||||
|
||||
allergen_type = FRUIT //Made from lemons(fruit)
|
||||
|
||||
/datum/reagent/ethanol/jager
|
||||
name = "Schuss Konig"
|
||||
id = "jager"
|
||||
description = "A complex alcohol that leaves you feeling all warm inside."
|
||||
taste_description = "complex, rich alcohol"
|
||||
color = "#7f6906"
|
||||
strength = 25
|
||||
|
||||
glass_name = "schusskonig"
|
||||
glass_desc = "A glass of schusskonig digestif. Good for shooting or mixing."
|
||||
|
||||
/datum/reagent/ethanol/fusionnaire
|
||||
name = "Fusionnaire"
|
||||
id = "fusionnaire"
|
||||
|
||||
Reference in New Issue
Block a user