mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Bombers can now be dyed in washing machines (#30307)
* Bombers can now be dyed * Bombers can now be dyed
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define DYE_REGISTRY_FANNYPACK "fannypack"
|
||||
#define DYE_REGISTRY_BEANIE "beanie"
|
||||
#define DYE_REGISTRY_BEDSHEET "bedsheet"
|
||||
#define DYE_REGISTRY_BOMBER "bomber"
|
||||
#define DYE_REGISTRY_PLASMAMEN "plasmamen"
|
||||
#define DYE_REGISTRY_PLASMAMEN_HELMET "plasmamen_helmet"
|
||||
#define DYE_REGISTRY_SYNDICATE_SUIT "syndicate_suit"
|
||||
|
||||
@@ -157,6 +157,17 @@ GLOBAL_LIST_INIT(dye_registry, list(
|
||||
DYE_SYNDICATE = /obj/item/bedsheet/syndie,
|
||||
DYE_CENTCOM = /obj/item/bedsheet/centcom
|
||||
),
|
||||
DYE_REGISTRY_BOMBER = list(
|
||||
DYE_RED = /obj/item/clothing/suit/jacket/bomber/sec,
|
||||
DYE_ORANGE = /obj/item/clothing/suit/jacket/bomber/chem,
|
||||
DYE_YELLOW = /obj/item/clothing/suit/jacket/bomber/engi,
|
||||
DYE_GREEN = /obj/item/clothing/suit/jacket/bomber/hydro,
|
||||
DYE_BLUE = /obj/item/clothing/suit/jacket/bomber/atmos,
|
||||
DYE_PURPLE = /obj/item/clothing/suit/jacket/bomber/sci,
|
||||
DYE_BLACK = /obj/item/clothing/suit/jacket/bomber/coroner,
|
||||
DYE_WHITE = /obj/item/clothing/suit/jacket/bomber/med,
|
||||
DYE_SYNDICATE = /obj/item/clothing/suit/jacket/bomber/syndicate
|
||||
),
|
||||
DYE_REGISTRY_PLASMAMEN = list(
|
||||
DYE_RED = /obj/item/clothing/under/plasmaman/security,
|
||||
DYE_ORANGE = /obj/item/clothing/under/plasmaman,
|
||||
|
||||
@@ -1023,6 +1023,8 @@
|
||||
icon_state = "bomber"
|
||||
item_state = "bomber"
|
||||
icon_override = 'icons/mob/clothing/suits/coat.dmi'
|
||||
dyeing_key = DYE_REGISTRY_BOMBER
|
||||
dyeable = TRUE
|
||||
allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter)
|
||||
actions_types = list(/datum/action/item_action/zipper)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user