Use grounded macro
This commit is contained in:
@@ -613,7 +613,7 @@ dismount_steed(
|
||||
struct permonst *mdat = mtmp->data;
|
||||
|
||||
/* The steed may drop into water/lava */
|
||||
if (!is_flyer(mdat) && !is_floater(mdat) && !is_clinger(mdat)) {
|
||||
if (grounded(mdat)) {
|
||||
if (is_pool(u.ux, u.uy)) {
|
||||
if (!Underwater)
|
||||
pline("%s falls into the %s!", Monnam(mtmp),
|
||||
|
||||
Reference in New Issue
Block a user