Added custom items. Small fix for labcoat buttons and descriptions.

This commit is contained in:
Ren Erthilo
2012-03-05 17:52:28 +00:00
parent 3c9fe5a27f
commit b92ecb932b
8 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ THERMAL GLASSES
else if(src.icon_state == "labgreen")
src.icon_state = "labgreen_open"
usr << "You unbutton the labcoat."
if(src.icon_state == "labcoat_pink_open")
else if(src.icon_state == "labcoat_pink_open")
src.icon_state = "labcoat_pink"
usr << "You button up the labcoat."
else if(src.icon_state == "labcoat_pink")