From 78daffe4ae60d8931cf2dfde583f658a654f53fc Mon Sep 17 00:00:00 2001 From: Landerlow Date: Fri, 27 Oct 2017 18:36:59 +0200 Subject: [PATCH] Adds sake to hacked booze dispenser --- code/modules/reagents/chemistry/machinery/chem_dispenser.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index 3904e923886..93895b94603 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -282,7 +282,7 @@ dispensable_reagents = list("ice", "cream", "cider", "beer", "kahlua", "whiskey", "wine", "vodka", "gin", "rum", "tequila", "vermouth", "cognac", "ale", "mead", "synthanol") 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") + hacked_reagents = list("goldschlager", "patron", "absinthe", "ethanol", "nothing", "sake") ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -373,4 +373,4 @@ B.forceMove(loc) beaker = null default_deconstruction_crowbar(I) - return 1 \ No newline at end of file + return 1