From e5931185feefc99cd47258a22b8ee100d5309591 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Wed, 29 Sep 2010 22:35:46 +0000 Subject: [PATCH] Fixed a couple of broken drink iconstates. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@228 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Reagents.dm | 2 +- code/WorkInProgress/Chemistry-Tools.dm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/WorkInProgress/Chemistry-Reagents.dm b/code/WorkInProgress/Chemistry-Reagents.dm index d1347e04238..08ffa3543ca 100644 --- a/code/WorkInProgress/Chemistry-Reagents.dm +++ b/code/WorkInProgress/Chemistry-Reagents.dm @@ -1251,7 +1251,7 @@ datum M.confused += 2 ..() - cube_libre + cuba_libre name = "Cuba Libre" id = "cubalibre" description = "Rum, mixed with cola. Viva la revolution." diff --git a/code/WorkInProgress/Chemistry-Tools.dm b/code/WorkInProgress/Chemistry-Tools.dm index dfed9ad83ff..d4147b9bd22 100644 --- a/code/WorkInProgress/Chemistry-Tools.dm +++ b/code/WorkInProgress/Chemistry-Tools.dm @@ -1492,7 +1492,7 @@ R.add_reagent("gin", 100) /obj/item/weapon/reagent_containers/food/drinks/whiskey - name = "Ungle Git's Special Reserve" + name = "Uncle Git's Special Reserve" desc = "A premium single-malt whiskey, gently matured inside the tunnels of a nuclear shelter. TUNNEL WHISKEY RULES." icon_state = "whiskeybottle" heal_amt = 1 @@ -1885,11 +1885,11 @@ icon_state = "manlydorfglass" name = "The Manly Dorf" desc = "A manly concotion made from Ale and Beer. Intended for true men only." - if("Irish cream") + if("irishcream") icon_state = "irishcreamglass" name = "Irish Cream" desc = "It's cream, mixed with whiskey. What else would you expect from the Irish?" - if("Cuba Libre") + if("cubalibre") icon_state = "cubalibreglass" name = "Cuba Libre" desc = "A classic mix of rum and cola."