mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
cli option -wsh works better now
This commit is contained in:
parent
346e99385e
commit
70cd47e3a1
@ -2335,7 +2335,7 @@ int read_pattern_args() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(argis("-wsh")) { PHASE(3); start_game(); shift(); patterns::whichShape = args()[0]; }
|
else if(argis("-wsh")) { start_game(); shift(); patterns::whichShape = args()[0]; }
|
||||||
|
|
||||||
else if(argis("-pal")) {
|
else if(argis("-pal")) {
|
||||||
PHASEFROM(2); cheat();
|
PHASEFROM(2); cheat();
|
||||||
|
Loading…
Reference in New Issue
Block a user