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 b5be18cec3..f0447151dc 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 @@ -1797,7 +1797,7 @@ datum/sprite_accessory/mam_tails/insect icon_state = "lunasune" /*************** VIRGO PORTED HAIRS ****************************/ -#define VHAIR(_name, new_state) /datum/sprite_accessory/hair/##new_state/icon_state=#new_state;/datum/sprite_accessory/hair/##new_state/name = "Virgo - " + #_name +#define VHAIR(_name, new_state) /datum/sprite_accessory/hair/##new_state/icon_state=#new_state;/datum/sprite_accessory/hair/##new_state/name = #_name + " (Virgo)" //VIRGO PORTED HAIRS VHAIR("Short Hair Rosa", hair_rosa_s) VHAIR("Short Hair 80s", hair_80s_s) @@ -1955,7 +1955,7 @@ VHAIR("Tressshoulder", hair_tressshoulder_s) //END #undef VHAIR -#define VFACE(_name, new_state) /datum/sprite_accessory/facial_hair/##new_state/icon_state=#new_state;;/datum/sprite_accessory/facial_hair/##new_state/name="Virgo" + #_name +#define VFACE(_name, new_state) /datum/sprite_accessory/facial_hair/##new_state/icon_state=#new_state;;/datum/sprite_accessory/facial_hair/##new_state/name= #_name + " (Virgo)" VFACE("Watson", facial_watson_s) VFACE("Chaplin", facial_chaplin_s) VFACE("Fullbeard", facial_fullbeard_s) @@ -1994,4 +1994,4 @@ VFACE("Cropped Fullbeard", facial_croppedfullbeard_s) VFACE("Chinless Beard", facial_chinlessbeard_s) VFACE("Moonshiner", facial_moonshiner_s) VFACE("Tribearder", facial_tribearder_s) -#undef VFACE \ No newline at end of file +#undef VFACE