feat: add location-based food storage loop
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user