diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index c74f6669a41..67626ed87cd 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -2219,6 +2219,55 @@ Follow by example and make good judgement based on length which list to include length = 3 chatname = "small horns" + una_dilocrest + name = "Unathi Dilo Crest" + icon_state = "dilocrest" + length = 0 + chatname = "crests" + + una_monocrest + name = "Unathi Mono Crest" + icon_state = "monocrest" + length = 0 + chatname = "crest" + + una_cryocrest + name = "Unathi Cryo Crest" + icon_state = "cryocrest" + length = 0 + chatname = "crest" + + una_corycrest + name = "Unathi Cory Crest" + icon_state = "corycrest" + length = 0 + chatname = "crest" + + una_albertahorns + name = "Unathi Alberta Horns" + icon_state = "albertahorns" + length = 5 + chatname = "small horns" + + una_styrahorn + name = "Unathi Styra Horn" + icon_state = "styrahorn" + length = 5 + chatname = "massive horn" + + una_styracrest + name = "Unathi Styra Frill" + icon_state = "styrafrill" + length = 0 + chatname = "frill" + + una_pachyboss + name = "Unathi Pachy Boss" + icon_state = "pachylump" + length = 0 + chatname = "lump" + + //skrell tentacles skr_tentacle_m @@ -3225,6 +3274,37 @@ Follow by example and make good judgement based on length which list to include name = "Unathi Chameleon Horns" icon_state = "facial_chameleon" + una_dilocrest + name = "Unathi Dilo Crest" + icon_state = "dilocrest" + + una_monocrest + name = "Unathi Mono Crest" + icon_state = "monocrest" + + una_cryocrest + name = "Unathi Cryo Crest" + icon_state = "cryocrest" + + una_corycrest + name = "Unathi Cory Crest" + icon_state = "corycrest" + + una_albertahorns + name = "Unathi Alberta Horns" + icon_state = "albertahorns" + + una_styrahorn + name = "Unathi Styra Horn" + icon_state = "styrahorn" + una_styracrest + name = "Unathi Styra Frill" + icon_state = "styrafrill" + + una_pachyboss + name = "Unathi Pachy Boss" + icon_state = "pachylump" + //ipc screens ipc_screen_blank diff --git a/html/changelogs/mesozoic-moghes-1.yml b/html/changelogs/mesozoic-moghes-1.yml new file mode 100644 index 00000000000..999b40b8179 --- /dev/null +++ b/html/changelogs/mesozoic-moghes-1.yml @@ -0,0 +1,6 @@ +author: Wowzewow (Wezzy) & listerla + +delete-after: True + +changes: + - imageadd: "Added a variety of new Unathi crests, frills, and horns based on dinosaurs." diff --git a/icons/mob/human_face/unathi_hair.dmi b/icons/mob/human_face/unathi_hair.dmi index 317484b3341..efe08972f38 100644 Binary files a/icons/mob/human_face/unathi_hair.dmi and b/icons/mob/human_face/unathi_hair.dmi differ