|
|
@ -201,7 +201,7 @@ DFhackCExport command_result plugin_onupdate(color_ostream &out) {
|
|
|
|
if (is_enabled && world->frame_counter - cycle_timestamp >= CYCLE_TICKS) {
|
|
|
|
if (is_enabled && world->frame_counter - cycle_timestamp >= CYCLE_TICKS) {
|
|
|
|
int32_t designated = do_cycle(out);
|
|
|
|
int32_t designated = do_cycle(out);
|
|
|
|
if (0 < designated)
|
|
|
|
if (0 < designated)
|
|
|
|
out.print("autochop: designated %d trees for chopping\n", designated);
|
|
|
|
out.print("autochop: designated %d tree(s) for chopping\n", designated);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return CR_OK;
|
|
|
|
return CR_OK;
|
|
|
|
}
|
|
|
|
}
|
|
|
|