The Mortician's labcoat can now be (un)buttoned

This commit is contained in:
Markolie
2014-11-26 23:43:50 +01:00
parent 7dd1420f68
commit 6cfea53224
+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