mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
-Added glass of soy milk sprite and code, so that it can be poured into a glass.
-Corrected an error in the map, where robotics and toxins were improperly wired -Updated the olive oil, and ketchup sprites. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@568 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2521,10 +2521,15 @@
|
||||
icon_state = "glass_clear"
|
||||
name = "Moonshine"
|
||||
desc = "You've really hit rock bottom now... your liver packed its bags and left last night."
|
||||
if("soymilk")
|
||||
icon_state = "glass_white"
|
||||
name = "Glass of soy milk"
|
||||
desc = "White and nutritious soy goodness!"
|
||||
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