mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 22:40:08 +00:00
CLI option -nilh
This commit is contained in:
parent
5e1b3a2512
commit
6655ca1bc8
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user