mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Bandana Reshade + Color Edits (#31095)
* bandana resprite, color, loadout * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * Update code/modules/clothing/masks/misc_masks.dm Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> * so you can batch suggestions Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> --------- Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
co-authored by
PollardTheDragon
parent
7e6a4f9484
commit
bc64756eec
@@ -157,6 +157,10 @@
|
||||
display_name = "Fannypack"
|
||||
path = /obj/item/storage/belt/fannypack
|
||||
|
||||
/datum/gear/whitebandana
|
||||
display_name = "Bandana, white"
|
||||
path = /obj/item/clothing/mask/bandana
|
||||
|
||||
/datum/gear/blackbandana
|
||||
display_name = "Bandana, black"
|
||||
path = /obj/item/clothing/mask/bandana/black
|
||||
|
||||
@@ -328,13 +328,13 @@
|
||||
|
||||
// Bandanas
|
||||
/obj/item/clothing/mask/bandana
|
||||
name = "bandana"
|
||||
name = "white bandana"
|
||||
desc = "A colorful bandana."
|
||||
flags_inv = HIDEFACE
|
||||
flags_cover = MASKCOVERSMOUTH
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
adjusted_flags = ITEM_SLOT_HEAD
|
||||
icon_state = "bandbotany"
|
||||
icon_state = "bandana" // Default white bandana
|
||||
dyeable = TRUE
|
||||
dyeing_key = DYE_REGISTRY_BANDANA
|
||||
can_toggle = TRUE
|
||||
@@ -418,36 +418,44 @@
|
||||
|
||||
/obj/item/clothing/mask/bandana/red
|
||||
name = "red bandana"
|
||||
icon_state = "bandred"
|
||||
desc = "It's a red bandana."
|
||||
color = "#c43638" // Red
|
||||
|
||||
/obj/item/clothing/mask/bandana/blue
|
||||
name = "blue bandana"
|
||||
icon_state = "bandblue"
|
||||
desc = "It's a blue bandana."
|
||||
color = "#537bc6" // Blue
|
||||
|
||||
/obj/item/clothing/mask/bandana/gold
|
||||
name = "gold bandana"
|
||||
icon_state = "bandgold"
|
||||
desc = "It's a gold bandana."
|
||||
color = "#fcba22" // Yellow
|
||||
|
||||
/obj/item/clothing/mask/bandana/green
|
||||
name = "green bandana"
|
||||
icon_state = "bandgreen"
|
||||
desc = "It's a green bandana."
|
||||
color = "#5dca3f" // Green
|
||||
|
||||
/obj/item/clothing/mask/bandana/orange
|
||||
name = "orange bandana"
|
||||
icon_state = "bandorange"
|
||||
desc = "It's an orange bandana."
|
||||
color = "#fc8422" // Orange
|
||||
|
||||
/obj/item/clothing/mask/bandana/purple
|
||||
name = "purple bandana"
|
||||
icon_state = "bandpurple"
|
||||
desc = "It's a purple bandana."
|
||||
color = "#ab73ce" // Purple
|
||||
|
||||
/obj/item/clothing/mask/bandana/black
|
||||
name = "black bandana"
|
||||
desc = "It's a black bandana."
|
||||
color = "#4A4A4B" // Black
|
||||
|
||||
// These bandanas use unique sprites
|
||||
|
||||
/obj/item/clothing/mask/bandana/botany
|
||||
name = "botany bandana"
|
||||
icon_state = "bandbotany"
|
||||
desc = "It's a green bandana with some fine nanotech lining."
|
||||
|
||||
/obj/item/clothing/mask/bandana/skull
|
||||
@@ -455,11 +463,6 @@
|
||||
desc = "It's a black bandana with a skull pattern."
|
||||
icon_state = "bandskull"
|
||||
|
||||
/obj/item/clothing/mask/bandana/black
|
||||
name = "black bandana"
|
||||
icon_state = "bandblack"
|
||||
desc = "It's a black bandana."
|
||||
|
||||
/obj/item/clothing/mask/bandana/durathread
|
||||
name = "durathread bandana"
|
||||
desc = "A bandana made from durathread, you wish it would provide some protection to its wearer, but it's far too thin..."
|
||||
|
||||
Reference in New Issue
Block a user