Skip to content

Commit 80d2861

Browse files
Merge pull request Darkrp-community#458 from SaintBurgher/NewHair
New Maroon (Red) Hair Color
2 parents 983cfbb + ad0de22 commit 80d2861

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

code/modules/mob/living/carbon/human/species_types/roguetown/dwarf/dwarfm.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
"red - berry" = "b23434",
100100
"red - wine" = "b87f77",
101101
"red - sunset" = "bf6821",
102-
"red - blood" = "822b2b"
102+
"red - blood" = "822b2b",
103+
"red - maroon" = "612929"
103104
))
104105

105106
/datum/species/dwarf/mountain/random_name(gender,unique,lastname)

code/modules/mob/living/carbon/human/species_types/roguetown/elf/elfs.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"red - wine" = "82534c",
9999
"red - sunset" = "82462b",
100100
"red - blood" = "822b2b",
101+
"red - maroon" = "612929",
101102

102103
"green - grass" = "2a482c",
103104
"green - swamp" = "3b482a",

code/modules/mob/living/carbon/human/species_types/roguetown/human/humen.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"red - berry" = "48322a",
8484
"red - wine" = "82534c",
8585
"red - sunset" = "82462b",
86-
"red - blood" = "822b2b"
86+
"red - blood" = "822b2b",
87+
"red - maroon" = "612929"
8788

8889
))
8990

code/modules/mob/living/carbon/human/species_types/roguetown/other/halfelf.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"red - wine" = "82534c",
7878
"red - sunset" = "82462b",
7979
"red - blood" = "822b2b",
80+
"red - maroon" = "612929",
8081

8182
"blond - pale" = "9d8d6e",
8283
"blond - dirty" = "88754f",

0 commit comments

Comments
 (0)