M'sai hair fix (#21282)

From changelog:
>bugfix: "Fixes M'sai curly, and diagonal bangs hair styles not having
sprites.
>bugfix: "Fixes M'sai not having the curly hairstyle, while having the
alt variant of it.

`icon_state` did not correspond to the contents of the file.
both curly and curly alt had the same path, so only curlyalt worked
This commit is contained in:
ElorgRHG
2025-09-05 10:17:54 +00:00
committed by GitHub
parent 9851a13ae5
commit e1226fcd72
2 changed files with 17 additions and 3 deletions
@@ -3358,7 +3358,7 @@ Follow by example and make good judgement based on length which list to include
/datum/sprite_accessory/hair/msai_ears/msai_ears_bobcut_overeye
name = "M'sai Bobcut, overeye"
icon_state = "hair_bobcut_overeye"
icon_state = "msai_bobcut_overeye"
length = 2
chatname = "bobcut"
@@ -3386,7 +3386,7 @@ Follow by example and make good judgement based on length which list to include
length = 3
chatname = "curly mane"
/datum/sprite_accessory/hair/msai_ears/msai_ears_curls
/datum/sprite_accessory/hair/msai_ears/msai_ears_curlsalt
name = "M'sai Curly Alt"
icon_state = "msai_curlyalt"
length = 3
@@ -3617,7 +3617,7 @@ Follow by example and make good judgement based on length which list to include
/datum/sprite_accessory/hair/msai_ears/msai_ears_diagonal_bangs
name = "M'sai Diagonal Bangs"
icon_state = "hair_diagonal_bangs"
icon_state = "msai_diagonal_bangs"
length = 2
chatname = "bangs"