mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
Adds the ability for people to light alcoholic shots; adds the flaming moe!
This commit is contained in:
@@ -424,6 +424,18 @@
|
||||
drink_desc = "Does... does this mean that Arthur and Ford are on the station? Oh joy."
|
||||
taste_message = "the number fourty two"
|
||||
|
||||
/datum/reagent/consumable/ethanol/flaming_moe
|
||||
name = "Flaming Moe"
|
||||
id = "flamingmoe"
|
||||
description = "This seems like a bunch of various alcohols thrown together, along with what looks like prescription medicine..."
|
||||
reagent_state = LIQUID
|
||||
color = "#58447f"
|
||||
alcohol_perc = 0.5
|
||||
drink_icon = "flamingmoeglass"
|
||||
drink_name = "Flaming Moe"
|
||||
drink_desc = "Happiness is just a Flaming Moe away!"
|
||||
taste_message = "caramelised booze and medicine"
|
||||
|
||||
/datum/reagent/consumable/ethanol/brave_bull
|
||||
name = "Brave Bull"
|
||||
id = "bravebull"
|
||||
|
||||
@@ -224,6 +224,16 @@
|
||||
result_amount = 5
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/flaming_moe
|
||||
name = "Flaming Moe"
|
||||
id = "flamingmoe"
|
||||
result = "flamingmoe"
|
||||
required_reagents = list("vodka" = 1, "gin" = 1, "cognac" = 1, "tequila" = 1, "oculine" = 1) //Close enough
|
||||
min_temp = 374 //Fire makes it good!
|
||||
result_amount = 5
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
mix_message = "The concoction bursts into flame!"
|
||||
|
||||
/datum/chemical_reaction/brave_bull
|
||||
name = "Brave Bull"
|
||||
id = "bravebull"
|
||||
|
||||
Reference in New Issue
Block a user