diff --git a/main.lua b/main.lua --- a/main.lua +++ b/main.lua @@ -2,6 +2,7 @@ -- $Version: 1.0$ -- $Author: Khaelenmore Thaal$ +--TODO представить все дисплеи картинками instead_version "1.9.1" require "para" require "dash" @@ -31,8 +32,6 @@ dofile "final_battle.lua"; dofile "first_city_inner_rim.lua" dofile "first_city_middle_rim.lua" dofile "first_city_outer_rim.lua" -dofile "hope.lua"; -dofile "hope_cutscene.lua"; item_note_1 = obj { nam = "note1"; @@ -66,12 +65,6 @@ item_documents = obj { end; }; -item_umbrella = obj { - nam = "umbrella"; - disp = "Зонт"; - inv = [[Совершенно новый зонт производства "Винсент и сыновья". ]]; -}; - item_toolbox = obj { nam = "toolbox"; disp = "Ящик с инструментами"; @@ -86,7 +79,7 @@ pl = player { where = 'port'; hitpoints = 10; obj = {'item_umbrella', "item_documents", "item_note_1", "item_first_city_key", "item_colt"}; - -- party flags. Should be false on start + -- party array. Should be empty on start party = {"learr", "radcliffe", --[["phaetlarr", ]]"wright"}; companion = nil; }; @@ -147,8 +140,8 @@ function init() put(submarine_leviathan, shipyard_inside); ---debug --pl.where = submarine_leviathan; - --move(submarine_leviathan, first_city_entrance); - move(submarine_leviathan, first_city_outer_north); + move(submarine_leviathan, first_city_entrance); + --move(submarine_leviathan, first_city_outer_east); --walk(final_scene); --walk(leviathan_wardroom); walk(leviathan_wardroom);