mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
CA awards Orb of Aether automatically
This commit is contained in:
@@ -225,6 +225,9 @@ EX void initgame() {
|
||||
items[itOrbWinter] = 30;
|
||||
items[itOrbFlash] = 30;
|
||||
}
|
||||
|
||||
if(firstland == laCA)
|
||||
items[itOrbAether] = 2;
|
||||
|
||||
if(tactic::on && firstland == laCaribbean) {
|
||||
if(hiitemsMax(itRedGem) >= 25) items[itRedGem] = min(hiitemsMax(itRedGem), 50);
|
||||
|
||||
Reference in New Issue
Block a user