|
|
@ -1120,7 +1120,7 @@ struct jobutils_hook : public df::viewscreen_dwarfmodest
|
|
|
|
{
|
|
|
|
{
|
|
|
|
++y;
|
|
|
|
++y;
|
|
|
|
OutputString(COLOR_BROWN, x, y, "Construction:", true, left_margin);
|
|
|
|
OutputString(COLOR_BROWN, x, y, "Construction:", true, left_margin);
|
|
|
|
OutputString(COLOR_WHITE, x, y, int_to_string(valid_building_sites.size() + 1) + " tiles to fill", true, left_margin);
|
|
|
|
OutputString(COLOR_WHITE, x, y, int_to_string(valid_building_sites.size()) + " tiles to fill", true, left_margin);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|