From 9a21e55830a9c648d2ec233ba7276bf376a33ae9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 23 May 2022 13:32:25 -0400 Subject: [PATCH] comment update --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index 3ac786dc7..bc0d60d31 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4830,7 +4830,7 @@ zap_over_floor(xchar x, xchar y, int type, boolean *shopdamage, if (!exploding_wand_typ) { if (abs(type) < ZT_SPELL(0)) zapverb = "bolt"; /* wand zap */ - /* kludge check: + /* burning oil kludge check: ZT_SPELL(ZT_FIRE) = ZT_SPELL(AD_FIRE-1) = 10+(2-1) = 11 */ else if (type == (ZT_SPELL(AD_FIRE - 1))) yourzap = FALSE; /* and leave zapverb as "blast" */ -- 2.50.1