Fixes the Screenshot Tests (hopefully) (#15483)

* Fixes the unit test for moths

* Adds some code to hopefully force monkeys to have a more consistent appearance for screenshot tests

* Fixes the stupid monkey test.
This commit is contained in:
GoldenAlpharex
2022-08-09 00:01:58 -04:00
committed by GitHub
parent 59c5a3c059
commit 3580db6741
4 changed files with 4 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -0,0 +1,3 @@
/datum/species/monkey/prepare_human_for_preview(mob/living/carbon/human/monke)
monke.update_mutant_bodyparts(force_update = TRUE)
monke.update_body(is_creating = TRUE)
+1
View File
@@ -5365,6 +5365,7 @@
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\insect.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\lizard.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\mammal.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\monkey.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\moth.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\mushpeople.dm"
#include "modular_skyrat\modules\customization\modules\mob\living\carbon\human\species\placeholder_helper.dm"