feat(characters): add modular woodland traveler kit

This commit is contained in:
Rijad Zuzo
2026-09-05 22:54:54 +02:00
parent 70ee6feddf
commit 4ff8858b19
39 changed files with 2037 additions and 50 deletions
+2 -2
View File
@@ -535,9 +535,9 @@ func _run() -> void:
(
main_scene.has_node("Player/Visual/Body")
and main_scene.has_node("Player/Visual/Head")
and main_scene.get_node("Player/Visual").get_meta("animal_species") == &"fox"
and main_scene.get_node("Player/Visual").get_meta("animal_species") == &"cat"
),
"Player should use the same readable multi-part visual language as villagers"
"Player should use the reference cat in the shared modular visual language"
)
_check(
(