From: nhmall Date: Thu, 15 Nov 2018 07:51:27 +0000 (-0500) Subject: follow-up bit for stale gold sym X-Git-Tag: NetHack-3.6.2_Released~167^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=731e10f05820e90825c00577e61d07ec6f4d7a71;p=nethack follow-up bit for stale gold sym --- diff --git a/src/botl.c b/src/botl.c index aa5d64f48..b2462f50f 100644 --- a/src/botl.c +++ b/src/botl.c @@ -734,7 +734,7 @@ boolean *valsetlist; */ if (fld == BL_GOLD) { - if (context.rndencode != oldrndencode && fld == BL_GOLD) { + if (context.rndencode != oldrndencode) { chg = 2; oldrndencode = context.rndencode; }