hair bugfix

This commit is contained in:
Nekonico 2024-12-13 12:48:40 -08:00 committed by GitHub
parent 389b2cd06d
commit e79318e41b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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) {