Skip to content

Commit

Permalink
Merge pull request #1244 from FreeStylaLT/red_fix
Browse files Browse the repository at this point in the history
Fixes the red color in the dye bin
  • Loading branch information
Lutowski authored Jan 18, 2025
2 parents 607a6b5 + 86ea725 commit 7480efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/roguetown/roguejobs/tailor/dyer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"Magenta" = "#962e5c",
"Orchil" = "#66023C",
"Red Ochre" = "#913831",
"Red" = "#8b2323",
"Red" = "#a32121",
"Royal Red"="#8b2323",
"Maroon" = "#550000",
"Royal Majenta"="#962e5c",
Expand Down

0 comments on commit 7480efd

Please sign in to comment.