Merge pull request #530 from Markolie/master

The Mortician's labcoat can now be (un)buttoned
This commit is contained in:
Fox-McCloud
2014-11-26 20:58:35 -05:00
+2 -2
View File
@@ -63,10 +63,10 @@
if("labgreen")
src.icon_state = "labgreen_open"
usr << "You unbutton the labcoat."
if("labmort_open")
if("labcoat_mort_open")
src.icon_state = "labcoat_mort"
usr << "You button up the labcoat."
if("labgreen")
if("labcoat_mort")
src.icon_state = "labcoat_mort_open"
usr << "You unbutton the labcoat."
else