diff --git a/mods/biology.js b/mods/biology.js index ccc312b5..f3ef5083 100644 --- a/mods/biology.js +++ b/mods/biology.js @@ -461,7 +461,7 @@ elements.loose_hair = { }, elements.hair_end = { - color: "#9D4C3B", + color: "#754a41", category: "structural", behavior: behaviors.WALL, tick: function(pixel) { @@ -528,7 +528,7 @@ elements.hair_end = { } elements.attached_hair = { - color: "#9D4C3B", + color: "#754a41", category: "structural", behavior: behaviors.WALL, tick: function(pixel) {