[modular][ready] A colourable Duster and Peacoat. Five new Collars. (#5483)

* coaties

* let it be known i aint a bitch

* Update security.dm

* collars

* i hate the brit

* Update collars.dm

* i say TRAIN, TRAIN

* TRAIN

* hoho

Co-authored-by: louiseedwardstuart <bonniefluff>
Co-authored-by: louiseedwardstuart <bonniefluff@protomail.com>
This commit is contained in:
death and coding
2021-05-07 02:36:57 +01:00
committed by GitHub
co-authored by louiseedwardstuart <bonniefluff> louiseedwardstuart
parent 07505ef81c
commit b49a07880f
14 changed files with 113 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 KiB

After

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 KiB

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 266 KiB

@@ -193,4 +193,4 @@
/datum/loadout_item/backpack/donator/intern_hat
name = "Intern Hat"
path = /obj/item/clothing/head/intern/developer
ckeywhitelist = list("gandalf2k15", "yawet330", "junglerat", "theooz", "tf4", "cheshify", "swiftfeather", "spcr", "tygertac", "useroth")
ckeywhitelist = list("gandalf2k15", "yawet330", "junglerat", "theooz", "tf4", "cheshify", "swiftfeather", "spcr", "tygertac", "useroth", "slippyjoe")
@@ -21,6 +21,26 @@
path = /obj/item/clothing/neck/human_petcollar/leather
extra_info = LOADOUT_INFO_THREE_COLORS
/datum/loadout_item/neck/cbellcollar
name = "Cowbell collar"
path = /obj/item/clothing/neck/human_petcollar/locked/cowcollar
/datum/loadout_item/neck/bellcollar
name = "Bell collar"
path = /obj/item/clothing/neck/human_petcollar/locked/bellcollar
/datum/loadout_item/neck/spikecollar
name = "Spike collar"
path = /obj/item/clothing/neck/human_petcollar/locked/spikecollar
/datum/loadout_item/neck/hcollar
name = "Holocollar"
path = /obj/item/clothing/neck/human_petcollar/locked/holocollar
/datum/loadout_item/neck/crosscollar
name = "Cross collar"
path = /obj/item/clothing/neck/human_petcollar/locked/cross
/datum/loadout_item/neck/poly_cloak
name = "Polychromic Cloak"
path = /obj/item/clothing/neck/cloak/polychromic
@@ -36,6 +36,16 @@
name = "Tailcoat"
path = /obj/item/clothing/suit/costume/tailcoat
/datum/loadout_item/suit/duster
name = "Colorable Duster"
path = /obj/item/clothing/suit/duster/colorable
extra_info = LOADOUT_INFO_ONE_COLOR
/datum/loadout_item/suit/peacoat
name = "Colorable Peacoat"
path = /obj/item/clothing/suit/toggle/peacoat
extra_info = LOADOUT_INFO_ONE_COLOR
/datum/loadout_item/suit/dresscoat
name = "Black Dresscoat"
path = /obj/item/clothing/suit/costume/vic_dresscoat
@@ -2,6 +2,11 @@
category = LOADOUT_CATEGORY_UNIFORM
//MISC
/datum/loadout_item/uniform/gandalf
name = "Nostalgic Costume"
path = /obj/item/clothing/under/nostalgiacritic
ckeywhitelist = list("gandalf2k15")
/datum/loadout_item/uniform/assistantformal
name = "Assistant's formal uniform"
path = /obj/item/clothing/under/misc/assistantformal
@@ -90,3 +90,42 @@
/obj/item/key/collar
name = "Collar Key"
desc = "A key for a tiny lock on a collar or bag."
/obj/item/clothing/neck/human_petcollar/locked/cowcollar
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
name = "cowbell collar"
desc = "Don't fear the ripper, now your pet doesn't have to."
icon_state = "collar_cowbell"
/obj/item/clothing/neck/human_petcollar/locked/bellcollar
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
name = "bell collar"
desc = "A loud and annoying collar for your little kittens!"
icon_state = "collar_bell"
/obj/item/clothing/neck/human_petcollar/locked/spikecollar
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
name = "spiked collar"
desc = "A collar for moody pets. Or pitbulls."
icon_state = "collar_spik"
/obj/item/clothing/neck/human_petcollar/locked/holocollar
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
name = "holocollar"
desc = "A collar with holographic information, like a microchip, but around the neck."
icon_state = "collar_holo"
/obj/item/clothing/neck/human_petcollar/locked/cross
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/neck.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/neck.dmi'
name = "cross collar"
desc = "A religious punishment, probably."
icon_state = "collar_blk"
@@ -230,3 +230,30 @@
mutant_variants = NONE
/obj/item/clothing/suit/duster/colorable
name = "colorable duster"
desc = "This station aint big enough for the both of us."
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/suits.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/suit.dmi'
icon_state = "duster"
mutant_variants = NONE
/obj/item/clothing/suit/duster/colorable/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, list("5D5"))
/obj/item/clothing/suit/toggle/peacoat
name = "colorable peacoat"
desc = "The way you guys are blending in with the local colour. I mean, Flag Girl was bad enough, but U-Boat Captain?"
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/suits.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/suit.dmi'
icon_state = "peacoat"
mutant_variants = NONE
/obj/item/clothing/suit/toggle/peacoat/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, list("5D5"))
@@ -394,5 +394,12 @@
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/uniform.dmi'
icon_state = "rusuni"
/obj/item/clothing/under/nostalgiacritic
name = "nostalgic outfit"
desc = "He remembers it so you don't have to."
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/uniforms.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/uniform.dmi'
icon_state = "cia"
@@ -155,6 +155,10 @@
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/uniforms.dmi'
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/uniform.dmi'
icon_state = "prisonerclassic"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
has_sensor = LOCKED_SENSORS
sensor_mode = SENSOR_COORDS
random_sensor = FALSE
///CDO
/obj/item/clothing/under/rank/security/peacekeeper/junior/sol