From bd8e9b75343088b6d66d625009ab4090aafe3c13 Mon Sep 17 00:00:00 2001 From: polyxenitopalidou Date: Fri, 12 Nov 2010 19:38:30 +0000 Subject: [PATCH] Fixed moonshine as per musket's request, apparently it's not the same as hooch git-svn-id: http://tgstation13.googlecode.com/svn/trunk@413 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Reagents.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/WorkInProgress/Chemistry-Reagents.dm b/code/WorkInProgress/Chemistry-Reagents.dm index 0acea35bfb8..abe93f3d5d6 100644 --- a/code/WorkInProgress/Chemistry-Reagents.dm +++ b/code/WorkInProgress/Chemistry-Reagents.dm @@ -1589,9 +1589,9 @@ datum M.confused = max(M:confused+2,0) return - hooch - name = "Hooch" - id = "hooch" + moonshine + name = "Moonshine" + id = "moonshine" description = "You've really hit rock bottom now... your liver packed its bags and left last night." reagent_state = LIQUID on_mob_life(var/mob/M)