Kraken Tentacle attacks now obey Warp restrictions

This commit is contained in:
Jesse Ruderman 2021-07-09 21:20:30 -07:00
parent 4799f7c5f7
commit 15f90f194e
1 changed files with 1 additions and 0 deletions

View File

@ -2977,6 +2977,7 @@ EX namespace kraken {
for(int i=0; i<isize(dcal); i++) {
cell *c = dcal[i];
if(c->monst == moKrakenT && !c->stuntime) forCellEx(c2, c) {
if (!logical_adjacent(c2,moKrakenT,c)) continue;
bool dboat = false;
if(c2->monst && canAttack(c, moKrakenT, c2, c2->monst, AF_ONLY_FBUG)) {
attackMonster(c2, AF_NORMAL | AF_MSG, c->monst);