From f592b9dfdb4426323345ecbe87a85c7114f47dab Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 23 May 2022 18:34:09 -0700 Subject: [PATCH] zap_over_floor comment typo --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index c1ab2783a..a3ab9b820 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4842,7 +4842,7 @@ zap_over_floor( else if (abs(type) < ZT_BREATH(0)) zapverb = "spell"; } else if (exploding_wand_typ == POT_OIL) { - /* breakobj() -> explode_oil() -> splatter_buring_oil() + /* breakobj() -> explode_oil() -> splatter_burning_oil() -> explode(ZT_SPELL(ZT_FIRE), BURNING_OIL) -> zap_over_floor(ZT_SPELL(ZT_FIRE), POT_OIL) */ yourzap = FALSE; /* and leave zapverb as "blast" */