feat: shared creature root, enemy definitions, defend duty, and player downing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user