Merge pull request #398 from caelaislinn/master

new custom items
This commit is contained in:
Albert Iordache
2012-02-10 14:32:38 -08:00
8 changed files with 23 additions and 2 deletions
+6
View File
@@ -355,6 +355,12 @@ THERMAL GLASSES
else if(src.icon_state == "labcoat_pink")
src.icon_state = "labcoat_pink_open"
usr << "You unbutton the labcoat."
else if(src.icon_state == "labcoat_sleeve_open")
src.icon_state = "labcoat_sleeve"
usr << "You button up the labcoat."
else if(src.icon_state == "labcoat_sleeve")
src.icon_state = "labcoat_sleeve_open"
usr << "You unbutton the labcoat."
else
usr << "Sorry! The suit you're wearing doesn't have buttons!"