mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
(serious) Resprites a majority of drinks/drink related objects + Adds Lean (#20793)
* triple cheeseburger mcdonalds * changing taste_desc of lean
This commit is contained in:
@@ -745,3 +745,13 @@
|
||||
/datum/reagent/consumable/drink/fyrsskar_tears/on_mob_delete(mob/living/M)
|
||||
if(isskrell(M))
|
||||
REMOVE_TRAIT(M, TRAIT_ALCOHOL_TOLERANCE, id)
|
||||
|
||||
/datum/reagent/consumable/drink/lean
|
||||
name = "Lean"
|
||||
id = "lean"
|
||||
description = "Also known as Purple Drank."
|
||||
color = "#f249d6"
|
||||
drink_icon = "lean"
|
||||
drink_name = "Lean"
|
||||
drink_desc = "Also known as Purple Drank."
|
||||
taste_description = "sweet druggy soda"
|
||||
|
||||
@@ -1055,3 +1055,11 @@
|
||||
required_reagents = list("limejuice" = 1, "lemon_lime" = 1, "orangejuice" = 1, "tequila" = 2)
|
||||
result_amount = 5
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/lean
|
||||
name = "Lean"
|
||||
id = "lean"
|
||||
result = "lean"
|
||||
required_reagents = list("space_drugs" = 1, "sodawater" = 1, "grapejuice" = 1)
|
||||
result_amount = 5
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
Reference in New Issue
Block a user