Merge pull request #703 from VladinXXV/style-really-matters

Adds the REAL black suit and an unobtainable tie to the loadout.
This commit is contained in:
Dahlular
2020-11-21 23:02:01 -07:00
committed by GitHub
4 changed files with 18 additions and 3 deletions
@@ -13,6 +13,11 @@
category = SLOT_NECK
path = /obj/item/clothing/neck/tie/black
/datum/gear/bloodredtie
name = "Blood-red tie"
category = SLOT_NECK
path = /obj/item/clothing/neck/tie/bloodred
/datum/gear/collar
name = "Collar"
category = SLOT_NECK
@@ -207,4 +207,9 @@
/datum/gear/kromacrop
name = "Kromatose Short Jacket"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/polychromic/kromacrop
path = /obj/item/clothing/suit/polychromic/kromacrop
/datum/gear/blacksuitjacket
name = "Black Suit Jacket"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/toggle/lawyer/black
@@ -38,6 +38,11 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/suit_jacket/white
/datum/gear/suitblackreal
name = "Black suit shirt"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/lawyer/blacksuit
/datum/gear/galaxy_b
name = "De Void of Soul"
category = SLOT_W_UNIFORM
@@ -287,8 +287,8 @@
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/neck/tie/bloodred
name = "Blood Red Tie"
desc = "A neosilk clip-on tie. This one has a black S on the tipping and looks rather unique."
name = "blood-red tie"
desc = "A neosilk tie. This one has a black S on the tipping and looks rather suspicious."
icon = 'icons/obj/custom.dmi'
icon_state = "bloodredtie"
alternate_worn_icon = 'icons/mob/custom_w.dmi'