mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Some changes to the suitjacket button code to help reduce errors.
Some more mapping changes. Virology airlock should go faster now. Xenobio now has containment doors across the entire window. Xenobio shile dgens now require xenobio access to use. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1834 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -291,10 +291,12 @@ THERMAL GLASSES
|
||||
src.icon_state = "suitjacket_blue"
|
||||
src.item_state = "suitjacket_blue"
|
||||
usr << "You button up the suit jacket."
|
||||
else
|
||||
else if(src.icon_state == "suitjacket_blue")
|
||||
src.icon_state = "suitjacket_blue_open"
|
||||
src.item_state = "suitjacket_blue_open"
|
||||
usr << "You unbutton the suit jacket."
|
||||
else
|
||||
usr << "Sorry! The suit you're wearing doesn't have buttons!"
|
||||
|
||||
/obj/item/clothing/suit/labcoat/verb/toggle()
|
||||
set name = "Toggle Labcoat Buttons"
|
||||
|
||||
Reference in New Issue
Block a user