1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

CLI option: -hroll (reroll hrand)

This commit is contained in:
Zeno Rogue
2020-10-12 01:26:17 +02:00
parent b74509c95a
commit 9a2b464778

View File

@@ -875,6 +875,11 @@ int read_cheat_args() {
cheat();
gen_wandering = false;
}
else if(argis("-hroll")) {
shift();
int i = argi();
while(i>0) i--, hrand(10);
}
else if(argis("-W")) {
PHASEFROM(2);
shift();