Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcheckmove.cpp60 (c->item == itOrbYendor && yendor::state(c) == yendor::ysUnlocked); in hasSafeOrb()
H A Dyendor.cpp189 enum eState { ysUntouched, ysLocked, ysUnlocked }; enumerator
194 return yi[i].found ? ysUnlocked : ysLocked; in state()
H A Ditems.cpp231 else if(c2->item == itOrbYendor && yendor::state(c2) != yendor::ysUnlocked) { in collectItem()