|
|
@ -1496,7 +1496,7 @@ command_result digtype (color_ostream &out, vector <string> & parameters)
|
|
|
|
// Auto dig only works on default dig designation. Setting dig_auto for any other designation
|
|
|
|
// Auto dig only works on default dig designation. Setting dig_auto for any other designation
|
|
|
|
// prevents dwarves from digging that tile at all.
|
|
|
|
// prevents dwarves from digging that tile at all.
|
|
|
|
if (baseDes.bits.dig == tile_dig_designation::Default) baseOcc.bits.dig_auto = true;
|
|
|
|
if (baseDes.bits.dig == tile_dig_designation::Default) baseOcc.bits.dig_auto = true;
|
|
|
|
else baseOcc.bits.dig_auto = false;
|
|
|
|
else baseOcc.bits.dig_auto = false;
|
|
|
|
|
|
|
|
|
|
|
|
for( uint32_t z = zMin; z < zMax; z++ )
|
|
|
|
for( uint32_t z = zMin; z < zMax; z++ )
|
|
|
|
{
|
|
|
|
{
|
|
|
|