mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-19 18:17:52 +01:00
* the beginning of my torment * This was a very small piece of torment * God agghhghhhh the suffering * pain and suffering and destruction * Update bot_construction.dm * Add re-wrappable, dyeable headscarves. * Add trailing newlines. Correctly set worn_as. * Include DME. * Fix relatively defined path. * Update heretic_necks.dm * Update heretic_armor.dm * Fix duplicate attack chain var. Thanks, linters! --------- Co-authored-by: Fordoxia <Thrash97@googlemail.com> Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
#define DYE_REGISTRY_UNDER "under"
|
|
#define DYE_REGISTRY_JUMPSKIRT "jumpskirt"
|
|
#define DYE_REGISTRY_GLOVES "gloves"
|
|
#define DYE_REGISTRY_BANDANA "bandana"
|
|
#define DYE_REGISTRY_SHOES "shoes"
|
|
#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"
|
|
#define DYE_REGISTRY_SYNDICATE_HELMET "syndicate_helmet"
|
|
#define DYE_REGISTRY_VOID_SUIT "void_suit"
|
|
#define DYE_REGISTRY_VOID_HELMET "void_helmet"
|
|
#define DYE_REGISTRY_HEADSCARF "headscarf"
|
|
|
|
#define DYE_RED "red"
|
|
#define DYE_ORANGE "orange"
|
|
#define DYE_YELLOW "yellow"
|
|
#define DYE_GREEN "green"
|
|
#define DYE_BLUE "blue"
|
|
#define DYE_PURPLE "purple"
|
|
#define DYE_BLACK "black"
|
|
#define DYE_WHITE "white"
|
|
#define DYE_RAINBOW "rainbow"
|
|
#define DYE_MIME "mime"
|
|
#define DYE_COSMIC "cosmic"
|
|
#define DYE_SYNDICATE "syndicate"
|
|
#define DYE_QM "qm"
|
|
#define DYE_LAW "law"
|
|
#define DYE_CAPTAIN "captain"
|
|
#define DYE_HOP "hop"
|
|
#define DYE_HOS "hos"
|
|
#define DYE_NTREP "ntrep"
|
|
#define DYE_CE "ce"
|
|
#define DYE_RD "rd"
|
|
#define DYE_CMO "cmo"
|
|
#define DYE_CLOWN "clown"
|
|
#define DYE_CENTCOM "centcom"
|