From f03a1a3e5b477d1fb73336cd371cf08f0a9ada3b Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 5 Jul 2021 01:56:27 -0400 Subject: [PATCH] Stub name in case of emergency --- code/modules/mob/new_player/sprite_accessories.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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