mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
3D: denser Temple of Cthulhu
This commit is contained in:
parent
6c763d5879
commit
c66a76e00f
2
hyper.h
2
hyper.h
@ -1508,7 +1508,7 @@ bool bearsCamelot(eLand l);
|
|||||||
extern bool safety;
|
extern bool safety;
|
||||||
|
|
||||||
#define SAGEMELT .1
|
#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 PT(x, y) ((tactic::on || quotient == 2 || daily::on) ? (y) : inv::on ? min(2*(y),x) : (x))
|
||||||
#define ROCKSNAKELENGTH 50
|
#define ROCKSNAKELENGTH 50
|
||||||
#define WORMLENGTH 15
|
#define WORMLENGTH 15
|
||||||
|
Loading…
Reference in New Issue
Block a user