options to create intra map

This commit is contained in:
Zeno Rogue 2021-09-30 19:05:15 +02:00
parent 011611d575
commit 8f0d6585cd
1 changed files with 3 additions and 1 deletions

View File

@ -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 }