Monsters trapped in pits cannot kick
This commit is contained in:
@@ -5498,6 +5498,9 @@ hmonas(struct monst *mon)
|
||||
FALLTHROUGH;
|
||||
/*FALLTHRU*/
|
||||
case AT_KICK:
|
||||
if (mattk->aatyp == AT_KICK && mtrapped_in_pit(&gy.youmonst))
|
||||
continue;
|
||||
/*FALLTHRU*/
|
||||
case AT_BITE:
|
||||
case AT_STNG:
|
||||
case AT_BUTT:
|
||||
|
||||
Reference in New Issue
Block a user