1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 18:07:41 +00:00

fixed some CAP guards

This commit is contained in:
Zeno Rogue
2022-05-06 12:40:48 +02:00
parent 075630e753
commit 78b0324a91
12 changed files with 57 additions and 3 deletions

View File

@@ -1788,6 +1788,7 @@ EX eMonster camelot_monster() {
}
EX void buildCamelot(cell *c) {
#if CAP_COMPLEX2
int d = celldistAltRelative(c);
if(anthrax() || (d <= 14 && roundTableRadius(c) > 20)) {
gen_alt(c);
@@ -1852,6 +1853,7 @@ EX void buildCamelot(cell *c) {
if(c->land == laNone) printf("Camelot\n"); // NONEDEBUG
}
}
#endif
}
EX int masterAlt(cell *c) {