1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-25 18:05:15 +00:00

added CAP_COMPLEX2 guards

This commit is contained in:
Zeno Rogue
2020-05-22 16:52:30 +02:00
parent 8a28d1483b
commit c39700d8de
6 changed files with 32 additions and 0 deletions

View File

@@ -789,7 +789,9 @@ EX void monstersTurn() {
orbbull::check();
#if CAP_COMPLEX2
if(!phase1) terracotta::check();
#endif
if(items[itOrbFreedom])
for(int i=0; i<numplayers(); i++)