Fixed the missing Cuba Libre glass and added an else-case so that glasses shouldn't disappear if something new is missing an iconstate.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@226 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-09-29 20:53:04 +00:00
parent 21f5efb892
commit 6b884fd8a6
+8
View File
@@ -1889,6 +1889,14 @@
icon_state = "irishcreamglass"
name = "Irish Cream"
desc = "It's cream, mixed with whiskey. What else would you expect from the Irish?"
if("Cuba Libre")
icon_state = "cubalibreglass"
name = "Cuba Libre"
desc = "A classic mix of rum and cola."
else
icon_state ="glass_brown"
name = "Glass of ..what?"
desc = "You can't really tell what this is."
else
icon_state = "glass_empty"
name = "Drinking glass"