Home
last modified time | relevance | path

Searched refs:canPushStatueOn (Results 1 – 4 of 4) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpassable.cpp223 if(w->wall == waBigStatue && from && canPushStatueOn(from, flags)) return true; in passable()
409 EX bool canPushStatueOn(cell *c, flagtype flags) { in canPushStatueOn() function
H A Dpcmove.cpp811 if(!thruVine(c2, cwt.at) && !canPushStatueOn(cwt.at, P_ISPLAYER)) { in after_escape()
H A Dshmup.cpp1089 …else if(c2->wall == waBigStatue && canPushStatueOn(m->base, P_ISPLAYER) && !nonAdjacent(c2, m->bas… in movePlayer()
2348 if(c2->wall == waBigStatue && canPushStatueOn(m->base, 0)) { in moveMonster()
H A Dorbs.cpp1314 else if(c->wall == waBigStatue && !canPushStatueOn(c2, P_BLOW)) nowhereToBlow = true; in targetRangedOrb()