Remove a pointless and bad static from mob spawn unit test (#91772)

(cherry picked from commit 20bfc829c6)
This commit is contained in:
Amy
2025-06-26 19:54:07 -04:00
committed by Roxy
parent 0374c2fae7
commit a1f3edb784
+2 -2
View File
@@ -15,7 +15,7 @@
)
//vars that must not be set if the mob type isn't human
var/static/list/human_only_vars = list(
var/list/human_only_vars = list(
NAMEOF(ghost_role, facial_haircolor),
NAMEOF(ghost_role, facial_hairstyle),
NAMEOF(ghost_role, haircolor),
@@ -26,7 +26,7 @@
)
//vars that must be set on all ghost roles.
var/static/list/required_vars = list(
var/list/required_vars = list(
//mob_type is not included because the errors on it are loud and some types choose their mob_type on selection
NAMEOF(ghost_role, prompt_name) = "Your ghost role has broken tgui without it.",
//these must be set even if show_flavor is false because the spawn menu still uses them and we simply must have higher quality roles