mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Merge pull request #530 from Markolie/master
The Mortician's labcoat can now be (un)buttoned
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user