From 08a29557ba975145604adbe396801a635f2ad236 Mon Sep 17 00:00:00 2001 From: Greenjoe12345 Date: Sun, 16 Oct 2022 23:08:03 +0100 Subject: [PATCH] fixes double unathi tail define --- code/modules/mob/new_player/sprite_accessories_tail.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/new_player/sprite_accessories_tail.dm b/code/modules/mob/new_player/sprite_accessories_tail.dm index fee5b362a0..11f4f4545d 100644 --- a/code/modules/mob/new_player/sprite_accessories_tail.dm +++ b/code/modules/mob/new_player/sprite_accessories_tail.dm @@ -218,11 +218,6 @@ icon_state = "sogtail_s" species_allowed = list(SPECIES_UNATHI, SPECIES_EVENT1, SPECIES_EVENT2, SPECIES_EVENT3) -/datum/sprite_accessory/tail/special/unathi - name = "unathi tail" - icon_state = "sogtail_s" - species_allowed = list(SPECIES_UNATHI, SPECIES_EVENT1, SPECIES_EVENT2, SPECIES_EVENT3) - /datum/sprite_accessory/tail/special/unathi_damaged name = "unathi tail, damaged" icon_state = "unathitail_damaged_s"