SpliceHack
SpliceHack copied to clipboard
Prevent volatile mushrooms from being explosive
because that would be redundant!
Probably a better way to write this check is !(attacktype(mtmp->data, AT_EXPL) || attacktype(mtmp->data, AT_BOOM))
so that it never applies to any monster that naturally explodes.