mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 00:47:42 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user