1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

removed tactic::trailer

This commit is contained in:
Zeno Rogue
2020-03-27 19:57:57 +01:00
parent 32baf01192
commit 63c9cc1060
5 changed files with 4 additions and 20 deletions

View File

@@ -518,7 +518,6 @@ EX void placeLocalOrbs(cell *c) {
int ch = hrand(oi.lchance);
if(ch == 1 && chaosmode && hrand(2) == 0 && items[treasureType(oi.l)] * landMultiplier(oi.l) >= (11+hrand(15)))
ch = 0;
if(tactic::trailer && ch < 5) ch = 0;
int tc = items[treasureType(oi.l)] * landMultiplier(oi.l);
int tcmin = treasureForLocal();
if(inv::on) {