feat: add location-based food storage loop

This commit is contained in:
2026-07-05 17:57:24 +02:00
parent 3ea8f02d55
commit 6dbb395bd6
22 changed files with 469 additions and 72 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ func _test_registry_integrity() -> void:
"Action lookup should return '%s'" % definition.action_id
)
_check(
action_ids.size() == 7,
"Registry should contain all seven executable prototype actions"
action_ids.size() == 9,
"Registry should contain all nine executable prototype actions"
)
var profession_ids := SimulationDefinitions.get_profession_ids()