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)