File diff 6a8a5d28230f → e8d1e9d9d258
main.lua
Show inline comments
 
@@ -132,15 +132,15 @@ function init()
 
	warehouse32_init();
 
	---game init
 
	pl.where = intro;
 
	put(submarine_leviathan:disable(), dock_mooring);
 
	---debug
 
	-- pl.where = warehouse_32_night;
 
	pl.where = atlantis_aqua_leviathan_dock;
 
	-- pl.where = warehouse_32;
 
	-- pl.where = w32_mgr;
 
	-- put(item_toolbox, pl);
 
	-- put(item_cogs, pl);
 
	-- put(item_pump_details, pl);
 
	-- put(item_electrodes, pl);
 
	put(item_lamp, pl);
 
	--put(item_lamp, pl);
 
	-- pl.where = aurora_borealis;
 
	-- move(submarine_leviathan, first_city_entrance);
 
	-- move(submarine_leviathan, first_city_outer_east);
 
@@ -155,4 +155,4 @@ function init()
 
	-- pl.where = hotel_street;
 
	-- pl.where = warehouse_32_entry;
 
	-- dock_found = true;
 
end
 
\ No newline at end of file
 
end;
 
\ No newline at end of file