feat: add witnessed knowledge and wind ambience
This commit is contained in:
@@ -208,8 +208,7 @@ func _test_wood_work_requires_material() -> void:
|
||||
_check(
|
||||
(
|
||||
not blocked_events.is_empty()
|
||||
and StringName(blocked_events[0].data["event_type"])
|
||||
== SimulationIds.EVENT_TASK_BLOCKED
|
||||
and StringName(blocked_events[0].data["event_type"]) == SimulationIds.EVENT_TASK_BLOCKED
|
||||
and "needs 1 Wood" in String(blocked_events[0].data.get("action_name", ""))
|
||||
),
|
||||
"An unpaid completion cost should create a readable blocked-task fact"
|
||||
|
||||
Reference in New Issue
Block a user