Merge branch 'fix-zap' of https://github.com/argrath/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2023-12-04 11:27:58 -05:00

View File

@@ -163,7 +163,7 @@ bhitm(struct monst *mtmp, struct obj *otmp)
reveal_invis = FALSE;
gn.notonhead = (mtmp->mx != gb.bhitpos.x || mtmp->my != gb.bhitpos.y);
skilled_spell = (otmp && otmp->oclass == SPBOOK_CLASS && otmp->blessed);
skilled_spell = (otmp->oclass == SPBOOK_CLASS && otmp->blessed);
switch (otyp) {
case WAN_STRIKING: