Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
realforest2001 and Zonespace27 committed Jul 19, 2023
1 parent b637531 commit 617c31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/species/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@

/datum/species/proc/larva_impregnated(obj/item/alien_embryo/embryo)
return

/// Override to add an emote panel to a species
/datum/species/proc/open_emote_panel()
return

Expand Down
1 change: 1 addition & 0 deletions code/modules/unit_tests/emote_panels.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
for(var/datum/emote/living/carbon/human/synthetic/working_joe/wj_emote as anything in subtypesof(/datum/emote/living/carbon/human/synthetic/working_joe))
if(!initial(wj_emote.category))
TEST_FAIL("Emote [wj_emote] did not have a category!")

for(var/datum/emote/living/carbon/human/yautja/yautja_emote as anything in subtypesof(/datum/emote/living/carbon/human/yautja))
if(!initial(yautja_emote.category))
TEST_FAIL("Emote [yautja_emote] did not have a category!")

0 comments on commit 617c31f

Please sign in to comment.