From b5faab3a4afb6853c33bf024f303d82f5192634a Mon Sep 17 00:00:00 2001 From: cohrs Date: Sat, 27 Mar 2004 05:03:07 +0000 Subject: [PATCH] typo in U897 change in the process of merging my change into the source, the "=" got lost --- src/dokick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dokick.c b/src/dokick.c index cb9fc9517..4b6459a7d 100644 --- a/src/dokick.c +++ b/src/dokick.c @@ -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; -- 2.40.0