diff --git a/landgen.cpp b/landgen.cpp index 4cd0aee0..dac9d978 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -1190,6 +1190,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { break; case laTerracotta: + #if CAP_COMPLEX2 if(fargen) { if(hrand(500) < 15) createArrowTrapAt(c, laTerracotta); @@ -1219,6 +1220,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { if(hrand_monster(20000) < t) c->monst = moJiangshi; } + #endif break; case laOvergrown: