mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +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 =
|
||||
addHook(hooks_o_key, 90, [] (o_funcs& v) {
|
||||
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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user