mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-01 03:39:16 +00:00
options to create intra map
This commit is contained in:
parent
011611d575
commit
8f0d6585cd
@ -395,7 +395,9 @@ EX void load_saved_portals() {
|
|||||||
auto hooks1 =
|
auto hooks1 =
|
||||||
addHook(hooks_o_key, 90, [] (o_funcs& v) {
|
addHook(hooks_o_key, 90, [] (o_funcs& v) {
|
||||||
if(intra::in) v.push_back(named_dialog(XLAT("manage portals"), show_portals));
|
if(intra::in) v.push_back(named_dialog(XLAT("manage portals"), show_portals));
|
||||||
});
|
})
|
||||||
|
+ arg::add3("-intra-add", [] { start_game(); become(); })
|
||||||
|
+ arg::add3("-intra-start", [] { start_game(); become(); start(0); });
|
||||||
|
|
||||||
EX }
|
EX }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user