From 475134cfa56f0ee26922c8b80d06ef562ef299e9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 1 Sep 2025 09:53:20 -0400 Subject: [PATCH] comment update --- src/uhitm.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/uhitm.c b/src/uhitm.c index 4e3fe19b3..ecd3ef1be 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -1799,9 +1799,11 @@ hmon_hitmon( * trapeffect_hole() * trapeffect_level_telep() * migrate_to_level() - * which results in mon-mx being set to 0, and that + * which results in mon->mx being set to 0, and that * can lead to an impossible() in clone_mon() trying - * to create a monster at <0,0> */ + * to create a monster at <0,0> when the monster is + * a black pudding and hmon_hitmon_splitmon() gets called + * below */ } else if (hmd.unarmed && hmd.dmg > 1 && !thrown && !obj && !Upolyd) { hmon_hitmon_stagger(&hmd, mon, obj); } else if (!hmd.unarmed && hmd.dmg > 1 && !thrown && !Upolyd