feat: add witnessed knowledge and wind ambience
This commit is contained in:
@@ -85,9 +85,7 @@ func _test_selection_and_execution_are_separate() -> void:
|
||||
_check(
|
||||
(
|
||||
unfunded_selection.rejections.has(SimulationIds.ACTION_PATROL)
|
||||
and "Needs 1 Wood" in String(
|
||||
unfunded_selection.rejections[SimulationIds.ACTION_PATROL]
|
||||
)
|
||||
and "Needs 1 Wood" in String(unfunded_selection.rejections[SimulationIds.ACTION_PATROL])
|
||||
),
|
||||
"Selection should expose a readable definition-backed rejection reason"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user