Files
nethack/src
PatR 48a82fea8c fix github issue #266 - timed clairvoyance
When the hero has random clairvoyance, the code used
| (moves % 15) == 0 && rn2(2) != 0
(where 'moves' is actually the turn number) to decide when it would
kick in and show a portion of the map.  If the hero was fast enough
to get an extra move when the turn value met the (moves % 15) == 0
condition then clairvoyance could happen twice (or more if poly'd)
on the same turn.

The changes (one new field, reordering a few others) in 'struct
context' invalidate existing 3.7.0-x save files.

Fixes #266
2019-12-22 13:30:25 -08:00
..
2018-11-11 10:29:52 -05:00
2018-09-10 21:13:10 +03:00
2018-04-25 15:00:13 -04:00
2019-12-08 07:27:01 -05:00
2019-12-01 19:30:09 -05:00
2019-11-16 17:09:44 -05:00
2019-11-07 23:10:47 -05:00
2019-12-01 19:30:09 -05:00
2019-11-29 16:57:23 -05:00
2019-11-27 23:07:29 -05:00
2019-12-18 07:38:59 -05:00
2019-11-27 20:18:45 -05:00
2019-11-14 19:48:57 -05:00
2019-11-26 00:02:38 -05:00
2019-11-27 23:07:29 -05:00
2019-10-17 20:52:10 -04:00
2019-12-18 07:38:59 -05:00
2019-12-18 07:38:59 -05:00
2019-11-24 18:01:48 -05:00
2019-12-01 19:30:09 -05:00
2019-11-27 01:27:11 -05:00
2019-12-08 10:36:52 -08:00
2019-11-05 11:02:24 -05:00
2019-12-06 16:48:00 -05:00
2019-11-14 19:48:57 -05:00
2019-12-01 19:30:09 -05:00
2019-11-06 13:43:27 -05:00
2019-12-08 07:27:01 -05:00
2019-12-01 19:30:09 -05:00
2019-11-14 19:48:57 -05:00
2019-11-06 16:45:43 -05:00
2019-12-20 20:56:01 -05:00
2019-12-01 19:38:47 -05:00
2019-12-18 07:38:59 -05:00
2019-12-13 17:41:03 -05:00
2019-12-08 10:36:52 -08:00
2019-12-13 20:03:47 -05:00
2019-11-05 11:02:24 -05:00
2019-11-09 12:24:10 -05:00
2019-12-13 17:37:46 -05:00
2019-12-08 10:36:52 -08:00
2019-10-17 20:52:10 -04:00
2019-07-14 21:10:39 -07:00
2019-12-13 17:37:46 -05:00
2019-11-29 16:57:23 -05:00
2019-10-17 20:52:10 -04:00
2019-12-15 18:16:41 +02:00
2019-10-08 20:27:39 -04:00
2019-12-01 19:30:09 -05:00
2019-12-18 07:38:59 -05:00
2019-11-12 19:58:48 -05:00
2019-12-18 07:38:59 -05:00
2019-12-01 19:30:09 -05:00
2019-11-14 19:48:57 -05:00
2019-10-17 20:52:10 -04:00
2019-02-19 07:48:19 -05:00
2019-12-17 14:39:15 -05:00
2019-11-09 21:50:18 -05:00
2019-11-14 19:48:57 -05:00