| 310 | } |
| 311 | |
| 312 | static bool is_squads_open() { |
| 313 | return Gui::matchFocusString("dwarfmode/Squads", Gui::getDFViewscreen()); |
| 314 | } |
| 315 | |
| 316 | static void set_next_cycle_unpaused_ms(color_ostream &out, bool has_active_combat = false) { |
| 317 | int32_t delay_ms = config.follow_ms; |
no outgoing calls
no test coverage detected