diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index 849819642e0..48bb3985d19 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -2382,6 +2382,29 @@ Follow by example and make good judgement based on length which list to include length = 5 chatname = "horns" + una_shorthornbusted + name = "Unathi Short Horns-Busted" + icon_state = "unathi_shorthornbusted" + length = 5 + chatname = "horns" + + una_drachornbusted + name = "Unathi Draconic Horns-Busted" + icon_state = "unathi_drachornbusted" + length = 5 + chatname = "horns" + + una_shortfrill2busted + name = "Unathi Short Frills 2-Busted" + icon_state = "unathi_shortfrills2busted" + length = 0 + chatname = "frills" + + una_styrahornbusted + name = "Unathi Styra Horn-Busted" + icon_state = "styrahornbusted" + length = 2 + chatname = "horn stub" //skrell tentacles @@ -3539,6 +3562,22 @@ Follow by example and make good judgement based on length which list to include name = "Unathi Short Ram Horns-Busted" icon_state = "unathi_ramhornbusted" + una_shorthornbusted + name = "Unathi Short Horns-Busted" + icon_state = "unathi_shorthornbusted" + + una_drachornbusted + name = "Unathi Draconic Horns-Busted" + icon_state = "unathi_drachornbusted" + + una_shortfrill2busted + name = "Unathi Short Frills 2-Busted" + icon_state = "unathi_shortfrills2busted" + + una_styrahornbusted + name = "Unathi Styra Horn-Busted" + icon_state = "styrahornbusted" + //ipc screens ipc_screen_blank diff --git a/html/changelogs/anconfuzedrock-morebadhorns.yml b/html/changelogs/anconfuzedrock-morebadhorns.yml new file mode 100644 index 00000000000..e1f9ffa63b2 --- /dev/null +++ b/html/changelogs/anconfuzedrock-morebadhorns.yml @@ -0,0 +1,7 @@ + +author: anconfuzedrock + +delete-after: True + +changes: + - rscadd: "Gives Unathi four more busted horn styles- short horns, draconic horns, styra horn, and short frills." \ No newline at end of file diff --git a/icons/mob/human_face/unathi_hair.dmi b/icons/mob/human_face/unathi_hair.dmi index 1f04e866cb7..adab265d7c6 100644 Binary files a/icons/mob/human_face/unathi_hair.dmi and b/icons/mob/human_face/unathi_hair.dmi differ