added new custom items

Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
CaelAislinn
2012-02-11 07:24:50 +10:00
parent 4021891986
commit 0edd231592
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!"