1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 02:09:59 +00:00

CLI option -nilh

This commit is contained in:
Zeno Rogue 2021-02-01 11:21:38 +01:00
parent 5e1b3a2512
commit 6655ca1bc8

View File

@ -2890,6 +2890,13 @@ EX namespace nisot {
shift_arg_formula(nilv::nilwidth);
return 0;
}
else if(argis("-nilh")) {
PHASEFROM(2);
stop_game();
shift(); ginf[gNil].sides = argi();
nilv::set_flags();
start_game();
}
else if(argis("-rk-steps")) {
PHASEFROM(2);
shift(); rk_steps = argi();