Add isGelded() to the priority butcher checks

Fixes #484
develop
Chris Dombroski 2015-01-27 20:39:55 -05:00
parent 26ad797c43
commit 5f9fe871b3
1 changed files with 2 additions and 1 deletions

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