feat: shared creature root, enemy definitions, defend duty, and player downing

This commit is contained in:
Rijad Zuzo
2026-08-12 00:16:48 +02:00
parent 6de6d25bf5
commit 661d53f31a
23 changed files with 653 additions and 76 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func _test_registry_integrity() -> void:
"Action lookup should return '%s'" % definition.action_id
)
_check(
action_ids.size() == 12, "Registry should contain all twelve executable prototype actions"
action_ids.size() == 13, "Registry should contain all thirteen executable prototype actions"
)
var profession_ids := SimulationDefinitions.get_profession_ids()