diff --git a/src/uhitm.c b/src/uhitm.c index 5c69b1be9..465f676b4 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -1453,7 +1453,7 @@ hmon_hitmon_poison( You_feel("like an evil coward for using a poisoned weapon."); adjalign(-1); } - if (obj && !rn2(nopoison)) { + if (!rn2(nopoison)) { /* remove poison now in case obj ends up in a bones file */ obj->opoisoned = FALSE; /* defer "obj is no longer poisoned" until after hit message */