mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Added custom items. Small fix for labcoat buttons and descriptions.
This commit is contained in:
@@ -352,7 +352,7 @@ THERMAL GLASSES
|
||||
else if(src.icon_state == "labgreen")
|
||||
src.icon_state = "labgreen_open"
|
||||
usr << "You unbutton the labcoat."
|
||||
if(src.icon_state == "labcoat_pink_open")
|
||||
else if(src.icon_state == "labcoat_pink_open")
|
||||
src.icon_state = "labcoat_pink"
|
||||
usr << "You button up the labcoat."
|
||||
else if(src.icon_state == "labcoat_pink")
|
||||
|
||||
Reference in New Issue
Block a user