nhmall
15a017c030
fix undead corpses being edible now
...
In 3.6.x, zombie corpses were always aged an extra 100:
NetHack/src/mon.c
Line 375 in 23d331a
obj->age -= 100; /* this is an *OLD* corpse */
in 5.0.x, zombie corpses are always aged TAINT_AGE, which is only 50:
NetHack/src/mon.c
Line 648 in 97a6c13
obj->age -= (TAINT_AGE + 1); /* this is an *OLD* corpse */
This is the result of commit 408321b .
The accompanying comment states that the purpose of that patch was meant to
just replace hard-coded numbers with symbolic values, but the commit set
two differing numeric values to the same symbol name, thus causing the
regression reported in:
https://github.com/NetHack/NetHack/issues/1664
Revert the values to match those of 3.6, and add the additional symbolic value.
Closes #1664
2026-08-24 21:56:18 -04:00
..
2022-02-04 11:01:20 -05:00
2025-05-25 20:38:17 -04:00
2026-06-20 18:26:43 -04:00
2026-07-23 09:01:57 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-14 11:08:26 +03:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-05 16:30:09 +02:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-23 18:51:13 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-23 18:51:13 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-05 16:30:09 +02:00
2026-08-24 21:56:18 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2024-09-06 13:08:07 -07:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-04-01 10:59:22 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-23 18:51:13 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-19 07:16:57 -04:00
2026-06-20 18:26:43 -04:00
2026-08-16 07:09:22 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-10 15:52:13 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-04-26 09:25:42 -04:00
2026-05-27 16:14:20 -04:00
2026-05-27 16:14:20 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-04-26 13:21:18 -04:00
2026-05-22 06:02:00 +01:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-10 15:52:13 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-19 16:36:27 +02:00
2026-08-19 08:00:15 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-08-22 10:57:24 +03:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:26:43 -04:00