Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/species/yautja/_species.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jul 24, 2023
1 parent fd7d597 commit 4993fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
if(!length(yautja_emotes))
var/list/emotes_to_add = list()
for(var/datum/emote/living/carbon/human/yautja/emote as anything in subtypesof(/datum/emote/living/carbon/human/yautja))
if(!initial(emote.key) || initial(emote.no_panel)
if(!initial(emote.key) || initial(emote.no_panel))
continue

if(!(initial(emote.category) in yautja_categories))
Expand Down

0 comments on commit 4993fd7

Please sign in to comment.