mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-26 04:22:49 +00:00
CLI option: -hroll (reroll hrand)
This commit is contained in:
parent
b74509c95a
commit
9a2b464778
@ -875,6 +875,11 @@ int read_cheat_args() {
|
|||||||
cheat();
|
cheat();
|
||||||
gen_wandering = false;
|
gen_wandering = false;
|
||||||
}
|
}
|
||||||
|
else if(argis("-hroll")) {
|
||||||
|
shift();
|
||||||
|
int i = argi();
|
||||||
|
while(i>0) i--, hrand(10);
|
||||||
|
}
|
||||||
else if(argis("-W")) {
|
else if(argis("-W")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift();
|
shift();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user