mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
added new custom items
Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -355,6 +355,12 @@ THERMAL GLASSES
|
||||
else if(src.icon_state == "labcoat_pink")
|
||||
src.icon_state = "labcoat_pink_open"
|
||||
usr << "You unbutton the labcoat."
|
||||
else if(src.icon_state == "labcoat_sleeve_open")
|
||||
src.icon_state = "labcoat_sleeve"
|
||||
usr << "You button up the labcoat."
|
||||
else if(src.icon_state == "labcoat_sleeve")
|
||||
src.icon_state = "labcoat_sleeve_open"
|
||||
usr << "You unbutton the labcoat."
|
||||
|
||||
else
|
||||
usr << "Sorry! The suit you're wearing doesn't have buttons!"
|
||||
|
||||
Reference in New Issue
Block a user