Better sprite for non-standard tank assemblies. New cool jacket from Flashkirby!

This commit is contained in:
Erthilo
2012-05-25 02:06:05 +01:00
parent 2a3967abf3
commit df59274464
7 changed files with 11 additions and 0 deletions
+6
View File
@@ -396,6 +396,12 @@ THERMAL GLASSES
else if(src.icon_state == "labcoat_cdc")
src.icon_state = "labcoat_cdc_open"
usr << "You unbutton the labcoat."
else if(src.icon_state == "fr_jacket_open")
src.icon_state = "fr_jacket"
usr << "You button up the labcoat."
else if(src.icon_state == "fr_jacket")
src.icon_state = "fr_jacket_open"
usr << "You unbutton the labcoat."
else
usr << "Sorry! The suit you're wearing doesn't have buttons!"
usr.update_clothing()