-Added Ausops' female business suit. It replaces the black skirt that spawns in the laundry room. One has also been added to the law closet.

-Added spare Space Law books to the law office

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4073 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-07-14 23:48:49 +00:00
parent 65ff691098
commit af5804b18b
6 changed files with 16 additions and 2 deletions
+7
View File
@@ -131,6 +131,13 @@
item_state = "bl_suit"
color = "black_suit"
/obj/item/clothing/under/suit_jacket/female
name = "executive suit"
desc = "A formal trouser suit for women, intended for the station's finest."
icon_state = "black_suit_fem"
item_state = "black_suit_fem"
color = "black_suit_fem"
/obj/item/clothing/under/suit_jacket/red
name = "red suit"
desc = "A red suit and blue tie. Somewhat formal."
+6
View File
@@ -13,6 +13,12 @@
color = "lawyer_black"
/obj/item/clothing/under/lawyer/female
icon_state = "black_suit_fem"
item_state = "black_suit_fem"
color = "black_suit_fem"
/obj/item/clothing/under/lawyer/red
icon_state = "lawyer_red"
item_state = "lawyer_red"