mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
@@ -509,6 +509,14 @@
|
||||
result_amount = 2
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/cafe_mocha
|
||||
name = "Cafe Mocha"
|
||||
id = "cafe_mocha"
|
||||
result = "cafe_mocha"
|
||||
required_reagents = list("cafe_latte" = 1, "chocolate" = 1)
|
||||
result_amount = 2
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
/datum/chemical_reaction/acidspit
|
||||
name = "Acid Spit"
|
||||
id = "acidspit"
|
||||
|
||||
@@ -241,6 +241,12 @@
|
||||
M.adjustBruteLoss(-1)
|
||||
return
|
||||
|
||||
/datum/reagent/drink/coffee/cafe_latte/cafe_mocha
|
||||
name = "Cafe Mocha"
|
||||
id = "cafe_mocha"
|
||||
description = "The perfect blend of coffe, milk, and chocolate."
|
||||
color = "#673629"
|
||||
|
||||
/datum/reagent/drink/tea
|
||||
name = "Tea"
|
||||
id = "tea"
|
||||
|
||||
@@ -459,6 +459,10 @@
|
||||
icon_state = "cafe_latte"
|
||||
name = "Cafe Latte"
|
||||
desc = "A nice, strong and refreshing beverage while you are reading."
|
||||
if("cafe_mocha")
|
||||
icon_state = "cafe_latte"
|
||||
name = "Cafe Mocha"
|
||||
desc = "The perfect blend of coffe, milk, and chocolate."
|
||||
if("acidspit")
|
||||
icon_state = "acidspitglass"
|
||||
name = "Acid Spit"
|
||||
|
||||
Reference in New Issue
Block a user