Merge pull request #457 from VladinXXV/galaxysuit

Adds galaxy suits and organizes some code
This commit is contained in:
Dahlular
2020-09-13 13:56:15 -06:00
committed by GitHub
5 changed files with 40 additions and 10 deletions
+24 -8
View File
@@ -357,14 +357,6 @@
alt_covers_chest = TRUE
fitted = FEMALE_UNIFORM_TOP
/obj/item/clothing/under/rank/curator
name = "sensible suit"
desc = "It's very... sensible."
icon_state = "red_suit"
item_state = "red_suit"
item_color = "red_suit"
can_adjust = FALSE
/obj/item/clothing/under/lawyer/really_black
name = "executive suit"
desc = "A formal black suit and red tie, intended for the station's finest."
@@ -382,6 +374,30 @@
can_adjust = FALSE
fitted = FEMALE_UNIFORM_TOP
/obj/item/clothing/under/lawyer/galaxy_blue
name = "\improper De Void of Soul"
desc = "A suit of stars and high-V gas. One that screams the cosmos and unfathomnable vastness. Earned by only the best of the best."
icon_state = "galaxy_blue"
item_state = "b_suit"
item_color = "galaxy_blue"
can_adjust = FALSE
/obj/item/clothing/under/lawyer/galaxy_red
name = "\improper Pulsar Gonne"
desc = "A suit of stars and high-V gas. One that screams stellar fusion and re-entry burn. Earned by only the best of the best."
icon_state = "galaxy_red"
item_state = "r_suit"
item_color = "galaxy_red"
can_adjust = FALSE
/obj/item/clothing/under/rank/curator
name = "sensible suit"
desc = "It's very... sensible."
icon_state = "red_suit"
item_state = "red_suit"
item_color = "red_suit"
can_adjust = FALSE
/obj/item/clothing/under/rank/curator/skirt
name = "sensible suitskirt"
desc = "It's very... sensible."
+4 -2
View File
@@ -122,7 +122,8 @@
/obj/item/clothing/suit/jacket/letterman_syndie = 5,
/obj/item/clothing/under/jabroni = 2,
/obj/item/clothing/suit/vapeshirt = 2,
/obj/item/clothing/under/geisha = 4)
/obj/item/clothing/under/geisha = 4,
/obj/item/clothing/under/lawyer/galaxy_red = 3)
premium = list(/obj/item/clothing/under/suit_jacket/checkered = 4,
/obj/item/clothing/head/mailman = 2,
/obj/item/clothing/under/rank/mailman = 2,
@@ -131,7 +132,8 @@
/obj/item/clothing/under/pants/mustangjeans = 3,
/obj/item/clothing/neck/necklace/dope = 5,
/obj/item/clothing/suit/jacket/letterman_nanotrasen = 5,
/obj/item/bluespace_thread = 3)
/obj/item/bluespace_thread = 3,
/obj/item/clothing/under/lawyer/galaxy_blue = 3)
refill_canister = /obj/item/vending_refill/clothing
/obj/item/vending_refill/clothing
Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 104 KiB

@@ -38,6 +38,18 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/suit_jacket/white
/datum/gear/galaxy_b
name = "De Void of Soul"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/lawyer/galaxy_blue
cost = 3
/datum/gear/galaxy_r
name = "Pulsar Gonne"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/lawyer/galaxy_red
cost = 3
/datum/gear/assistantformal
name = "Assistant's formal uniform"
category = SLOT_W_UNIFORM