mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
Merge pull request #10164 from Kelenius/ofMartiniAndFixes
Of martini and fixes
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
if(!metal && reagents)
|
||||
var/turf/T = get_turf(src)
|
||||
reagents.touch_turf(T)
|
||||
for(var/obj/O in T)
|
||||
reagents.touch_obj(O)
|
||||
|
||||
/obj/effect/effect/foam/process()
|
||||
if(--amount < 0)
|
||||
|
||||
@@ -1459,10 +1459,10 @@
|
||||
required_reagents = list("rum" = 2, "cola" = 1)
|
||||
result_amount = 3
|
||||
|
||||
/datum/chemical_reaction/classicmartini
|
||||
/datum/chemical_reaction/martini
|
||||
name = "Classic Martini"
|
||||
id = "classicmartini"
|
||||
result = "classicmartini"
|
||||
id = "martini"
|
||||
result = "martini"
|
||||
required_reagents = list("gin" = 2, "vermouth" = 1)
|
||||
result_amount = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user