Skip to content

Commit

Permalink
Fixes a compiler warning when compiling unit tests (that I caused) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored and Absolucy committed Dec 9, 2024
1 parent 644b627 commit c815a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/unit_tests/high_five.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/datum/unit_test/high_five_too_slow/Run()
var/mob/living/carbon/human/offer_guy = allocate(/mob/living/carbon/human/consistent)
var/mob/living/carbon/human/take_guy = allocate(/mob/living/carbon/human/consistent)
pass(take_guy) // This guy just needs to stand around

// Just testing a too slow setup - so long as the setup works, we're good.
offer_guy.emote("slap")
Expand Down

0 comments on commit c815a2c

Please sign in to comment.