diff --git a/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm b/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm index cea9bd7f4..10f15e0fd 100644 --- a/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -2304,33 +2304,28 @@ datum/sprite_accessory/ears/human/gret //doged was here /datum/sprite_accessory/mam_body_markings/chemlight - name = "chemlight" + name = "RadDog" icon_state = "chemlight" - ckeys_allowed = list("chemlight") /datum/sprite_accessory/mam_tails/chemlight - name = "chemlight" + name = "RadDog" icon_state = "chemlight" - ckeys_allowed = list("chemlight") /datum/sprite_accessory/mam_tails_animated/chemlight - name = "chemlight" + name = "RadDog" icon_state = "chemlight" /datum/sprite_accessory/mam_ears/chemlight - name = "chemlight" + name = "RadDog" icon_state = "chemlight" - ckeys_allowed = list("chemlight") /datum/sprite_accessory/mam_snouts/fchemlight - name = "chemlight (Top)" + name = "RadDog (Top)" icon_state = "fchemlight" - ckeys_allowed = list("chemlight") /datum/sprite_accessory/mam_snouts/chemlight - name = "chemlight" + name = "RadDog" icon_state = "chemlight" - ckeys_allowed = list("chemlight") /datum/sprite_accessory/taur/chemnaga name = "Naga Chemlight" diff --git a/modular_citadel/icons/mob/mam_markings.dmi b/modular_citadel/icons/mob/mam_markings.dmi index f4195d7ba..cf7da287c 100644 Binary files a/modular_citadel/icons/mob/mam_markings.dmi and b/modular_citadel/icons/mob/mam_markings.dmi differ