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

@@ -167,10 +167,8 @@ int expltype;
}
/* can be both you and mtmp if you're swallowed */
mtmp = m_at(i+x-1, j+y-1);
#ifdef STEED
if (!mtmp && i+x-1 == u.ux && j+y-1 == u.uy)
mtmp = u.usteed;
#endif
if (mtmp) {
if (mtmp->mhp < 1) explmask[i][j] = 2;
else switch(adtyp) {
@@ -275,10 +273,8 @@ int expltype;
type, &shopdamage, exploding_wand_typ);
mtmp = m_at(i+x-1, j+y-1);
#ifdef STEED
if (!mtmp && i+x-1 == u.ux && j+y-1 == u.uy)
mtmp = u.usteed;
#endif
if (!mtmp) continue;
if (do_hallu) {
/* replace "gas spore" with a different description