diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 1e7184f965..5427ac1a32 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -23,7 +23,7 @@ var/icon_state // the icon_state of the accessory var/preview_state // a custom preview state for whatever reason - var/name // the preview name of the accessory + var/name = "ERROR - FIXME" // the preview name of the accessory // Determines if the accessory will be skipped or included in random hair generations var/gender = NEUTER