mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-20 13:00:11 +00:00
CLI option -reseed
This commit is contained in:
parent
f1ecf0ecac
commit
a8da017676
@ -863,6 +863,10 @@ int read_cheat_args() {
|
|||||||
fixseed = true; autocheat = true;
|
fixseed = true; autocheat = true;
|
||||||
shift(); startseed = argi();
|
shift(); startseed = argi();
|
||||||
}
|
}
|
||||||
|
else if(argis("-reseed")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); shrand(argi());
|
||||||
|
}
|
||||||
else if(argis("-steplimit")) {
|
else if(argis("-steplimit")) {
|
||||||
fixseed = true; autocheat = true;
|
fixseed = true; autocheat = true;
|
||||||
shift(); steplimit = argi();
|
shift(); steplimit = argi();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user