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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user