mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
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:
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)
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user