mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
added one CAP_COMPLEX2 guard
This commit is contained in:
parent
b5084d91d5
commit
a6acc5375e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user