3D: denser Temple of Cthulhu

This commit is contained in:
? 2019-02-22 21:05:05 +01:00 committed by Zeno Rogue
parent 6c763d5879
commit c66a76e00f
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ bool bearsCamelot(eLand l);
extern bool safety;
#define SAGEMELT .1
#define TEMPLE_EACH 6
#define TEMPLE_EACH (DIM == 3 ? 2 : 6)
#define PT(x, y) ((tactic::on || quotient == 2 || daily::on) ? (y) : inv::on ? min(2*(y),x) : (x))
#define ROCKSNAKELENGTH 50
#define WORMLENGTH 15