Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcomplex.cpp1831 int invadist = 4 - (items[itRoyalJelly]+10) / 20; in movebugs() local
1832 if(invadist<0) invadist = 0; in movebugs()
1833 for(; t<isize(bugqueue[k]) && last_d < invadist-1; t++) handleBugQueue(k, t); in movebugs()
1835 bugQueueInsert(k, bugqueue4[k][u], invadist); in movebugs()