diff --git a/main.lua b/main.lua --- a/main.lua +++ b/main.lua @@ -11,6 +11,7 @@ require "kbd" -- Код и ядро dofile "utils.lua" +dofile "battlefield.lua"; -- Общее dofile "items.lua" dofile "party.lua" @@ -222,7 +223,7 @@ function init() --ven_temple_l1.position = "66"; put(item_ven_tablet, pl); --ven_shark.position = "55"; - pl.where = "ven_towers_machine_look"; + pl.where = "za_plaetlarr_fight"; move(submarine_leviathan, "ven_center"); --pl.where = "ven_chest_look"; --move(ven_shark, "ven_temple_l1");