diff --git a/startup.lua b/startup.lua --- a/startup.lua +++ b/startup.lua @@ -167,16 +167,15 @@ function init() ---game init pl.where = intro; ---debug - table.insert(pl.party, 'learr'); - table.insert(pl.party, 'radcliffe'); - pl.where = "ven_out_hut"; - move("submarine_leviathan", "ven_ravine_entrance"); - ven_center.state = 1; - ven_quest_status = 4; + pl.where = "ven_temple_entrance"; + move("submarine_leviathan", "ven_temple_entrance"); - char_radcliffe:accompany(true); - char_radcliffe:accompany(false); - char_learr:accompany(true); + take(ven_item_green_key); + take(ven_item_red_key); + take(ven_item_tablet); + + pl.where = "ven_temple_labyrinth_l1"; + ven_temple_labyrinth_l1.position = '17'; -- leviathan submarine_leviathan.circuit_breaks = 0;