mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-11 07:39:43 +00:00
CA awards Orb of Aether automatically
This commit is contained in:
@@ -3409,6 +3409,7 @@ EX namespace ca {
|
||||
|
||||
EX void simulate() {
|
||||
if(cwt.at->land != laCA) return;
|
||||
if(items[itOrbAether] < 2) items[itOrbAether] = 2;
|
||||
vector<cell*> allcells;
|
||||
for(cell *c: changed) allcells.push_back(c);
|
||||
changed.clear();
|
||||
|
||||
Reference in New Issue
Block a user