added one CAP_COMPLEX2 guard

This commit is contained in:
Zeno Rogue 2020-05-25 02:31:57 +02:00
parent b5084d91d5
commit a6acc5375e
1 changed files with 2 additions and 0 deletions

View File

@ -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: