mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user