mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Bulldog Fix
Previous recipe of the bulldog conflicted with white russian recipe. New one should not.
This commit is contained in:
@@ -161,8 +161,8 @@
|
||||
name = "Space Bulldog"
|
||||
id = "bulldog"
|
||||
result = "bulldog"
|
||||
required_reagents = list("blackrussian" = 3, "cola" =1, "cream" =1)
|
||||
result_amount = 5
|
||||
required_reagents = list("vodka" = 1, "cola" =1, "cream" =1, "kahlua" =1)
|
||||
result_amount = 4
|
||||
|
||||
/datum/chemical_reaction/drinks/sbagliato
|
||||
name = "Negroni Sbagliato"
|
||||
|
||||
Reference in New Issue
Block a user