Unit Tests use a consistent human subtype (#71515)

title
This commit is contained in:
Zephyr
2022-11-26 20:36:20 +01:00
committed by GitHub
parent 6120914f65
commit 1900eb9484
45 changed files with 125 additions and 101 deletions
@@ -4,7 +4,7 @@
/datum/unit_test/plane_double_transform/Run()
// We're going to operate off the actual plane master setup of an actual mob
// It's not perfect, but it'll help things a lot
var/mob/living/carbon/human/judger = allocate(/mob/living/carbon/human)
var/mob/living/carbon/human/judger = allocate(/mob/living/carbon/human/consistent)
// Hack to account for not having an actual hud
var/datum/plane_master_group/hudless/our_group = allocate(/datum/plane_master_group/hudless)
our_group.our_mob = judger