mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[Semi-Modular] [pls] Adds some coats and underwear (#4724)
* we're good? * CONFLICTS PLS NO * fixing a silly * Plateau Please * chameleon begone please
This commit is contained in:
@@ -100,6 +100,14 @@
|
||||
/obj/item/clothing/suit/storage/toggle/hoodie/smw = 1,
|
||||
/obj/item/clothing/suit/storage/toggle/hoodie/nrti = 1,
|
||||
//SKYRAT EDIT: ADDITION: END - HOODIES
|
||||
//SKYRAT EDIT: ADDITION: START - Coats/Hawaiian
|
||||
/obj/item/clothing/suit/urban/polychromic = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket/cardigan = 2,
|
||||
/obj/item/clothing/suit/hawaiian_blue = 1,
|
||||
/obj/item/clothing/suit/hawaiian_orange = 1,
|
||||
/obj/item/clothing/suit/hawaiian_purple = 1,
|
||||
/obj/item/clothing/suit/hawaiian_green = 1,
|
||||
//SKYRAT EDIT: ADDITION: END - Coats/Hawaiian
|
||||
/obj/item/clothing/glasses/regular = 2,
|
||||
/obj/item/clothing/glasses/regular/jamjar = 1,
|
||||
/obj/item/clothing/glasses/orange = 1,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 517 KiB After Width: | Height: | Size: 519 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 95 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 161 KiB |
@@ -112,6 +112,12 @@
|
||||
extra_info = LOADOUT_INFO_THREE_COLORS
|
||||
cost = 3
|
||||
|
||||
/datum/loadout_item/suit/coat/urban
|
||||
name = "Urban Coat"
|
||||
path = /obj/item/clothing/suit/urban/polychromic
|
||||
extra_info = LOADOUT_INFO_THREE_COLORS
|
||||
cost = 3
|
||||
|
||||
//JACKETS
|
||||
/datum/loadout_item/suit/jacket
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_JACKETS
|
||||
@@ -185,6 +191,11 @@
|
||||
path = /obj/item/clothing/suit/flakjack
|
||||
cost = 2
|
||||
|
||||
/datum/loadout_item/suit/jacket/cardigan
|
||||
name = "Cardigan"
|
||||
path = /obj/item/clothing/suit/toggle/jacket/cardigan
|
||||
extra_info = LOADOUT_INFO_ONE_COLOR
|
||||
|
||||
//HOODIES
|
||||
/datum/loadout_item/suit/hoodie
|
||||
subcategory = LOADOUT_SUBCATEGORY_SUIT_HOODIES
|
||||
|
||||
@@ -163,3 +163,15 @@
|
||||
desc = "conceal your face in shame with this nanotrasen brand hood"
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
||||
mutant_variants = NONE
|
||||
|
||||
/obj/item/clothing/suit/urban/polychromic
|
||||
name = "urban coat"
|
||||
desc = "A coat built for urban life."
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/suits.dmi'
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/suit.dmi'
|
||||
icon_state = "urbanjacket"
|
||||
|
||||
/obj/item/clothing/suit/urban/polychromic/ComponentInitialize()
|
||||
. = ..()
|
||||
AddElement(/datum/element/polychromic, list("5D5", "EEA", "333"))
|
||||
|
||||
|
||||
@@ -100,3 +100,14 @@
|
||||
desc = "Warm and comfy, the inner fur seems to be removable, not this one though, someone's sewn it in and left the buttons!"
|
||||
icon_state = "modern_winter"
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket/cardigan
|
||||
name = "cardigan"
|
||||
desc = "It's like, half a jacket."
|
||||
icon = 'modular_skyrat/modules/customization/icons/obj/clothing/suits.dmi'
|
||||
worn_icon = 'modular_skyrat/modules/customization/icons/mob/clothing/suit.dmi'
|
||||
icon_state = "cardigan"
|
||||
mutant_variants = NONE
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket/cardigan/ComponentInitialize()
|
||||
. = ..()
|
||||
AddElement(/datum/element/polychromic, list("FFF"))
|
||||
|
||||
+45
@@ -223,6 +223,11 @@
|
||||
name = "Thigh-high - Fishnet"
|
||||
icon_state = "fishnet"
|
||||
|
||||
/datum/sprite_accessory/socks/fishnet_thigh
|
||||
name = "Pantyhose - Ripped"
|
||||
icon_state = "pantyhose_ripped"
|
||||
use_static = null
|
||||
|
||||
/datum/sprite_accessory/underwear
|
||||
icon = 'modular_skyrat/modules/customization/icons/mob/clothing/underwear.dmi'
|
||||
///Whether the underwear uses a special sprite for digitigrade style (i.e. briefs, not panties). Adds a "_d" suffix to the icon state
|
||||
@@ -346,6 +351,16 @@
|
||||
icon_state = "thong_babydoll"
|
||||
gender = FEMALE
|
||||
|
||||
/datum/sprite_accessory/underwear/chastbelt
|
||||
name = "Chastity Belt"
|
||||
icon_state = "chastbelt"
|
||||
use_static = TRUE
|
||||
|
||||
/datum/sprite_accessory/underwear/chastcage
|
||||
name = "Chastity Cage"
|
||||
icon_state = "chastcage"
|
||||
use_static = null
|
||||
|
||||
|
||||
/datum/sprite_accessory/underwear/male_briefs
|
||||
has_digitigrade = TRUE
|
||||
@@ -537,3 +552,33 @@
|
||||
icon_state = "tubetop"
|
||||
gender = FEMALE
|
||||
use_static = null
|
||||
|
||||
/datum/sprite_accessory/undershirt/chastbra
|
||||
name = "Chastity Bra"
|
||||
icon_state = "chastbra"
|
||||
gender = FEMALE
|
||||
use_static = TRUE
|
||||
|
||||
/datum/sprite_accessory/undershirt/pasties
|
||||
name = "Pasties"
|
||||
icon_state = "pasties"
|
||||
gender = FEMALE
|
||||
use_static = null
|
||||
|
||||
/datum/sprite_accessory/undershirt/pasties_alt
|
||||
name = "Pasties - Alt"
|
||||
icon_state = "pasties_alt"
|
||||
gender = FEMALE
|
||||
use_static = null
|
||||
|
||||
/datum/sprite_accessory/undershirt/shibari
|
||||
name = "Shibari"
|
||||
icon_state = "shibari"
|
||||
gender = FEMALE
|
||||
use_static = null
|
||||
|
||||
/datum/sprite_accessory/undershirt/shibari_sleeves
|
||||
name = "Shibari Sleeves"
|
||||
icon_state = "shibari_sleeves"
|
||||
gender = FEMALE
|
||||
use_static = null
|
||||
|
||||
Reference in New Issue
Block a user