|
|
@ -161,7 +161,7 @@ static command_result autodump_main(color_ostream &out, vector <string> & parame
|
|
|
|
|| itm->flags.bits.in_building
|
|
|
|
|| itm->flags.bits.in_building
|
|
|
|
|| itm->flags.bits.in_chest
|
|
|
|
|| itm->flags.bits.in_chest
|
|
|
|
// || itm->flags.bits.in_inventory
|
|
|
|
// || itm->flags.bits.in_inventory
|
|
|
|
|| itm->flags.bits.artifact1
|
|
|
|
|| itm->flags.bits.artifact
|
|
|
|
)
|
|
|
|
)
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
@ -271,7 +271,7 @@ command_result df_autodump_destroy_item(color_ostream &out, vector <string> & pa
|
|
|
|
|
|
|
|
|
|
|
|
if (item->flags.bits.construction ||
|
|
|
|
if (item->flags.bits.construction ||
|
|
|
|
item->flags.bits.in_building ||
|
|
|
|
item->flags.bits.in_building ||
|
|
|
|
item->flags.bits.artifact1)
|
|
|
|
item->flags.bits.artifact)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
out.printerr("Choosing not to destroy buildings, constructions and artifacts.\n");
|
|
|
|
out.printerr("Choosing not to destroy buildings, constructions and artifacts.\n");
|
|
|
|
return CR_FAILURE;
|
|
|
|
return CR_FAILURE;
|
|
|
|