[Goonchem] Fixes

This commit is contained in:
Fox-McCloud
2015-04-27 13:50:50 -04:00
parent 50cabacb29
commit f620fab569
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -278,7 +278,7 @@
energy = 100
max_energy = 100
desc = "A technological marvel, supposedly able to mix just the mixture you'd like to drink the moment you ask for one."
dispensable_reagents = list("ice","cream","beer","kahlua","whiskey","wine","vodka","gin","rum","tequilla","vermouth","cognac","ale","mead")
dispensable_reagents = list("ice","cream", "cider", "beer","kahlua","whiskey","wine","vodka","gin","rum","tequilla","vermouth","cognac","ale","mead")
hack_message = "You disable the 'nanotrasen-are-cheap-bastards' lock, enabling hidden and very expensive boozes."
unhack_message = "You re-enable the 'nanotrasen-are-cheap-bastards' lock, disabling hidden and very expensive boozes."
hacked_reagents = list("goldschlager","patron", "absinthe", "ethanol", "nothing")
+3 -3
View File
@@ -240,9 +240,9 @@ datum/reagent/cheese/reaction_turf(var/turf/T, var/volume)
return
/datum/chemical_reaction/cheese
name = "weird_cheese"
id = "weird_cheese"
result = "weird_cheese"
name = "cheese"
id = "cheese"
result = "cheese"
required_reagents = list("vomit" = 1, "milk" = 1)
result_amount = 1
mix_message = "The mixture curdles up."