From: PatR Date: Tue, 24 May 2022 01:34:09 +0000 (-0700) Subject: zap_over_floor comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f592b9dfdb4426323345ecbe87a85c7114f47dab;p=nethack zap_over_floor comment typo --- 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" */