typo in U897 change

in the process of merging my change into the source, the "=" got lost
This commit is contained in:
cohrs
2004-03-27 05:03:07 +00:00
parent 019837d03f
commit b5faab3a4a

View File

@@ -456,7 +456,7 @@ xchar x, y;
range = range / 3 + 1; /* {1,2}=>1, {3,4,5}=>2, {6,7,8}=>3 */
} else if (Is_airlevel(&u.uz) || Is_waterlevel(&u.uz)) {
/* you're in air, since is_pool did not match */
range + rnd(3);
range += rnd(3);
} else {
if (is_ice(x, y)) range += rnd(3), slide = TRUE;
if (kickobj->greased) range += rnd(3), slide = TRUE;