]> granicus.if.org Git - nethack/commit
Exploding spheres cause real explosions
authorPasi Kallinen <paxed@alt.org>
Sat, 22 May 2021 10:27:54 +0000 (13:27 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 22 May 2021 10:37:39 +0000 (13:37 +0300)
commit6b60618e0e662b35b8e9c31dc9c4baee5ae70932
treeec90be318657e67f6cc0d1f0d4428522fbb40bfa
parent7f8cfb43d2b098281d0a4e8d087187666eb02384
Exploding spheres cause real explosions

Despite active explosion attacks being called explosions in-game,
they only affected a single target, and were handled differently
from actual explosions. Make them do an actual explosion instead.
This should make spheres more interesting and inspire different
tactics handling them.

Because spheres deal more damage on average and can destroy items
in their explosions, their difficulty has been increased slightly.

Polyselfed hero exploding won't cause elemental damage to their
own gear.

Originally from xNetHack by copperwater <aosdict@gmail.com>.
doc/fixes37.0
include/extern.h
include/hack.h
src/explode.c
src/hack.c
src/mhitm.c
src/mhitu.c
src/mon.c
src/monst.c
src/uhitm.c
src/zap.c