a couple of steed Flying messages

This commit is contained in:
nhmall
2018-09-30 10:01:43 -04:00
parent 85aef136d5
commit d9ecc42566
2 changed files with 7 additions and 1 deletions

View File

@@ -335,6 +335,8 @@ boolean force; /* Quietly force this animal */
/* Must have Lev_at_will at this point */
pline("%s magically floats up!", Monnam(mtmp));
You("mount %s.", mon_nam(mtmp));
if (Flying)
You("and %s take flight together.", mon_nam(mtmp));
}
/* setuwep handles polearms differently when you're mounted */
if (uwep && is_pole(uwep))