mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
legacy:: fixed CircleChaos to PatchedChaos
This commit is contained in:
@@ -245,7 +245,7 @@ int read_legacy_args() {
|
||||
else if(argis("-chaos-circle")) {
|
||||
PHASEFROM(2);
|
||||
stop_game();
|
||||
land_structure = lsCircleChaos;
|
||||
land_structure = lsPatchedChaos;
|
||||
}
|
||||
else if(argis("-chaos-total")) {
|
||||
PHASEFROM(2);
|
||||
|
Reference in New Issue
Block a user