mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-27 04:53:35 +00:00
chaosmode variants (CLI only for now)
This commit is contained in:
@@ -3039,6 +3039,7 @@ namespace prairie {
|
||||
}
|
||||
|
||||
void move() {
|
||||
if(chaosmode) return;
|
||||
manual_celllister cl;
|
||||
for(int i=0; i<isize(dcal); i++) {
|
||||
cell *c = dcal[i];
|
||||
|
||||
Reference in New Issue
Block a user