feat: unify authored activity commands

This commit is contained in:
Rijad Zuzo
2026-08-13 00:08:30 +02:00
parent e5aecee0de
commit b3b98c6456
36 changed files with 3013 additions and 96 deletions
@@ -23,6 +23,7 @@ func _run() -> void:
_set_wood_amount(manager, 0.5)
interested.set_task(SimulationIds.ACTION_STUDY, 1.0)
interested.target_id = SimulationIds.ACTIVITY_STUDY_DESK
interested.start_working()
manager.simulate_tick()
var opportunity: OpportunityStateRecord = manager.get_active_opportunity()