Make STEED unconditional.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user