feat: add deterministic goat routine

This commit is contained in:
Rijad Zuzo
2026-07-26 23:52:56 +02:00
parent f79c2bb630
commit e3aa3440a2
61 changed files with 1393 additions and 1057 deletions
+2
View File
@@ -89,6 +89,8 @@ func _apply_resource_capture_overrides() -> bool:
if hide_animal_labels:
animal.set_debug_label_enabled(false)
if hide_all_labels:
for site in AnimalRoutineSite.get_all():
site.set_debug_label_enabled(false)
for storage in StorageNode.get_all():
storage.set_debug_label_enabled(false)
for site in ActivitySite.get_all():