|
|
@ -3498,7 +3498,8 @@ command_result autoButcher( color_ostream &out, bool verbose = false )
|
|
|
|
|| isAvailableForAdoption(unit)
|
|
|
|
|| isAvailableForAdoption(unit)
|
|
|
|
|| unit->name.has_name )
|
|
|
|
|| unit->name.has_name )
|
|
|
|
w->PushProtectedUnit(unit);
|
|
|
|
w->PushProtectedUnit(unit);
|
|
|
|
else if (isGay(unit))
|
|
|
|
else if ( isGay(unit)
|
|
|
|
|
|
|
|
|| isGelded(unit))
|
|
|
|
w->PushPriorityUnit(unit);
|
|
|
|
w->PushPriorityUnit(unit);
|
|
|
|
else
|
|
|
|
else
|
|
|
|
w->PushUnit(unit);
|
|
|
|
w->PushUnit(unit);
|
|
|
|