mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user