Changeset - e7a1a4243786
[Not reviewed]
default
0 1 0
Silverwing - 8 years ago 2016-07-31 10:52:22

bugfix
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
main.lua
Show inline comments
 
@@ -184,18 +184,18 @@ function init()
 
	leviathan_lower_deck.has_light = true;
 
	leviathan_life_support.has_light = true;
 
	atl_iyh_state = 7;
 
	--]]
 
	
 
	--- Chapter 1: Atlantis
 
	pl.party = {'wright'};
 
	put(item_toolbox, pl);
 
	put(item_duct_tape, pl);
 
	put(item_ducttape, pl);
 
	pl.where = "leviathan_airlock";
 
	atlantis_found = true;
 
	move(submarine_leviathan, "atl_aqua_leviathan_dock");
 
	pl.party = {'wright'};
 
	
 
	--put(item_suit, pl);
 
	
 
	-- pl.where = warehouse_32;
 
	-- pl.where = w32_mgr;
 
	
0 comments (0 inline, 0 general)