1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Orb of Freedom is now checked after the Terracotta Warriors

This commit is contained in:
Zeno Rogue 2018-06-28 10:39:35 +02:00
parent b042a457cc
commit dd9723dc00

View File

@ -7195,15 +7195,15 @@ void monstersTurn() {
heat::processheat();
// if(elec::havecharge) elec::drawcharges();
orbbull::check();
if(!phase1) terracotta();
if(items[itOrbFreedom])
for(int i=0; i<numplayers(); i++)
if(multi::playerActive(i))
checkFreedom(playerpos(i));
orbbull::check();
if(!phase1) terracotta();
DEBT("check");
checkmove();
if(canmove) elec::checklightningfast();