Skip to content

Commit

Permalink
Allow men who are also mounts to tax if they have riding skill
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb committed Jul 28, 2019
1 parent 680aee8 commit c290a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,6 @@ int Unit::Taxers(int numtaxers)

forlist (&items) {
Item *pItem = (Item *) elem;
if (ItemDefs[pItem->type].type & IT_MAN) continue;
BattleItemType *pBat = NULL;

if ((ItemDefs[pItem->type].type & IT_BATTLE) &&
Expand Down

0 comments on commit c290a59

Please sign in to comment.