mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 21:13:00 +00:00
CLI option: -hroll (reroll hrand)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user