Greased saddle is slippery

This commit is contained in:
Pasi Kallinen
2022-07-29 12:27:08 +03:00
parent a9fec4e0ae
commit ac5b92d348
2 changed files with 2 additions and 0 deletions

View File

@@ -983,6 +983,7 @@ recent changes to losedogs() could result in an infinite loop when migrating
monsters try to arrive as hero moves to a different level
when invisible without see invisible you could see your hands glowing red
after reading a scroll of confuse monster and delivering melee hits
greased saddle makes it impossible to mount the steed
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository

View File

@@ -322,6 +322,7 @@ mount_steed(
}
if (!force
&& (Confusion || Fumbling || Glib || Wounded_legs || otmp->cursed
|| otmp->greased
|| (u.ulevel + mtmp->mtame < rnd(MAXULEV / 2 + 5)))) {
if (Levitation) {
pline("%s slips away from you.", Monnam(mtmp));