From 4009f26b9afc07d7976822d46b568b0b8b5dd76e Mon Sep 17 00:00:00 2001 From: Jarcolr Date: Sat, 21 Jun 2014 10:01:30 +0300 Subject: [PATCH] Fixes the Unathi/Shogun short frills A s was missing from the icon_state. --- 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 86ca487543b..35155ca7095 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -489,7 +489,7 @@ una_frills_short name = "Short Unathi Frills" - icon_state = "soghun_shortfrill" + icon_state = "soghun_shortfrills" species_allowed = list("Unathi") una_horns