Make STEED unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 21:23:56 -05:00
committed by Pasi Kallinen
parent aba6ecb7b3
commit 9759f5bf6d
62 changed files with 98 additions and 641 deletions

View File

@@ -363,7 +363,6 @@ rndcurse() /* curse a few inventory items at random! */
update_inventory();
}
#ifdef STEED
/* treat steed's saddle as extended part of hero's inventory */
if (u.usteed && !rn2(4) &&
(otmp = which_armor(u.usteed, W_SADDLE)) != 0 &&
@@ -379,7 +378,6 @@ rndcurse() /* curse a few inventory items at random! */
otmp->bknown = TRUE;
}
}
#endif /*STEED*/
}
void