Use #monster to make dragon steed breathe

This commit is contained in:
Pasi Kallinen
2023-09-30 22:44:46 +03:00
parent b1e3863b43
commit 6e09c980d2
4 changed files with 6 additions and 2 deletions

View File

@@ -960,6 +960,9 @@ domonability(void)
aggravate();
} else if (is_vampire(uptr) || is_vampshifter(&gy.youmonst)) {
return dopoly();
} else if (u.usteed && can_breathe(u.usteed->data)) {
(void) pet_ranged_attk(u.usteed);
return ECMD_TIME;
} else if (Upolyd) {
pline("Any special ability you may have is purely reflexive.");
} else {