CLI option: -hroll (reroll hrand)

This commit is contained in:
Zeno Rogue 2020-10-12 01:26:17 +02:00
parent b74509c95a
commit 9a2b464778
1 changed files with 5 additions and 0 deletions

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();