diff --git a/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm b/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm index 6052e0c93..d77527129 100644 --- a/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -87,6 +87,11 @@ SNOUTS icon_state = "feasterndnw" icon = 'hyperstation/icons/mob/char_snouts.dmi' +/datum/sprite_accessory/mam_snouts/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_snouts.dmi' + /datum/sprite_accessory/mam_snouts/fchemlight name = "RadDog (Top) (Hyper)" icon_state = "fchemlight" @@ -143,6 +148,11 @@ EARS icon_state = "easternd" icon = 'hyperstation/icons/mob/char_ears.dmi' +/datum/sprite_accessory/mam_ears/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_ears.dmi' + /datum/sprite_accessory/mam_ears/chemlight name = "RadDog (Hyper)" icon_state = "chemlight" @@ -417,6 +427,11 @@ from modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm: icon_state = "easternd" icon = 'hyperstation/icons/mob/char_markings.dmi' +/datum/sprite_accessory/mam_body_markings/knshuttle + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_markings.dmi' + //doged was here /datum/sprite_accessory/mam_body_markings/chemlight name = "RadDog (Hyper)" diff --git a/hyperstation/icons/mob/char_ears.dmi b/hyperstation/icons/mob/char_ears.dmi index bf248620b..b4b572a05 100644 Binary files a/hyperstation/icons/mob/char_ears.dmi and b/hyperstation/icons/mob/char_ears.dmi differ diff --git a/hyperstation/icons/mob/char_markings.dmi b/hyperstation/icons/mob/char_markings.dmi index 18275ab01..38bc1b9ae 100644 Binary files a/hyperstation/icons/mob/char_markings.dmi and b/hyperstation/icons/mob/char_markings.dmi differ diff --git a/hyperstation/icons/mob/char_snouts.dmi b/hyperstation/icons/mob/char_snouts.dmi index 06ce5d3be..92c21d9c1 100644 Binary files a/hyperstation/icons/mob/char_snouts.dmi and b/hyperstation/icons/mob/char_snouts.dmi differ