1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

customize land mode

This commit is contained in:
Zeno Rogue
2024-03-14 19:27:08 +01:00
parent e840e39ba0
commit 4421143ae5
10 changed files with 183 additions and 19 deletions

View File

@@ -566,7 +566,7 @@ typedef function<int(struct cell*)> cellfunction;
// passable flags
#define SAGEMELT .1
#define PT(x, y) ((tactic::on || quotient == 2 || daily::on) ? (y) : inv::on ? min(2*(y),x) : (x))
#define PT(x, y) rebalance_treasure(x, y, c->land)
#define ROCKSNAKELENGTH 50
#define WORMLENGTH 15
#define PRIZEMUL 7