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:
Superxpdude@gmail.com
2011-07-11 05:31:58 +00:00
parent 2fa096add2
commit d346ea9257
2 changed files with 3470 additions and 3466 deletions
+3 -1
View File
@@ -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"