corpse age comment cleanup

This commit is contained in:
nhmall
2026-08-26 10:22:46 -04:00
parent 15a017c030
commit ebe14f87d9
+3 -3
View File
@@ -1417,10 +1417,10 @@ typedef uint32_t mmflags_nht; /* makemon MM_ flags */
#define HEALTHY_TIN (-3)
/* Corpse aging */
#define INEDIBLE_AGE (50L) /* age when corpses go bad */
#define TAINT_AGE (100L) /* This was the 3.6 value */
#define INEDIBLE_AGE (50L) /* age when corpse becomes unsafe to eat */
#define TAINT_AGE (100L) /* age when corpse becomes tainted */
#define ROT_AGE (250L) /* age when corpse rots away */
#define TROLL_REVIVE_CHANCE 37 /* 1/37 chance for 50 turns ~ 75% chance */
#define ROT_AGE (250L) /* age when corpses rot away */
/* Some misc definitions */
#define POTION_OCCUPANT_CHANCE(n) (13 + 2 * (n))