From cf07db95028b2915934800e47026f73898d341d2 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Thu, 30 Sep 2010 17:41:53 +0000 Subject: [PATCH] Fixed the Screwdriver cocktail. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@230 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Reagents.dm | 2 +- code/WorkInProgress/Chemistry-Recipes.dm | 2 +- code/WorkInProgress/Chemistry-Tools.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/WorkInProgress/Chemistry-Reagents.dm b/code/WorkInProgress/Chemistry-Reagents.dm index 7880190a185..58f1bf5fe74 100644 --- a/code/WorkInProgress/Chemistry-Reagents.dm +++ b/code/WorkInProgress/Chemistry-Reagents.dm @@ -1341,7 +1341,7 @@ datum M.confused += 2 ..() - screwdriver + screwdrivercocktail name = "Screwdriver" id = "screwdrivercocktail" description = "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious." diff --git a/code/WorkInProgress/Chemistry-Recipes.dm b/code/WorkInProgress/Chemistry-Recipes.dm index f7f03febce5..4803d446e59 100644 --- a/code/WorkInProgress/Chemistry-Recipes.dm +++ b/code/WorkInProgress/Chemistry-Recipes.dm @@ -448,7 +448,7 @@ datum screwdriver name = "Screwdriver" id = "screwdrivercocktail" - result = "screwdriver" + result = "screwdrivercocktail" required_reagents = list("vodka" = 2, "orangejuice" = 1) result_amount = 5 diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index d4147b9bd22..b2e9ef665fd 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -1841,7 +1841,7 @@ icon_state = "whiterussianglass" name = "White Russian" desc = "A very nice looking drink. But that's just, like, your opinion, man." - if("screwdriver") + if("screwdrivercocktail") icon_state = "screwdriverglass" name = "Screwdriver" desc = "A simple, yet superb mixture of Vodka and orange juice. Just the thing for the tired engineer."