mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
Orb of Freedom is now checked after the Terracotta Warriors
This commit is contained in:
parent
b042a457cc
commit
dd9723dc00
8
game.cpp
8
game.cpp
@ -7195,15 +7195,15 @@ void monstersTurn() {
|
|||||||
heat::processheat();
|
heat::processheat();
|
||||||
// if(elec::havecharge) elec::drawcharges();
|
// if(elec::havecharge) elec::drawcharges();
|
||||||
|
|
||||||
|
orbbull::check();
|
||||||
|
|
||||||
|
if(!phase1) terracotta();
|
||||||
|
|
||||||
if(items[itOrbFreedom])
|
if(items[itOrbFreedom])
|
||||||
for(int i=0; i<numplayers(); i++)
|
for(int i=0; i<numplayers(); i++)
|
||||||
if(multi::playerActive(i))
|
if(multi::playerActive(i))
|
||||||
checkFreedom(playerpos(i));
|
checkFreedom(playerpos(i));
|
||||||
|
|
||||||
orbbull::check();
|
|
||||||
|
|
||||||
if(!phase1) terracotta();
|
|
||||||
|
|
||||||
DEBT("check");
|
DEBT("check");
|
||||||
checkmove();
|
checkmove();
|
||||||
if(canmove) elec::checklightningfast();
|
if(canmove) elec::checklightningfast();
|
||||||
|
Loading…
Reference in New Issue
Block a user