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
 
@@ -187,12 +187,12 @@ function init()
 
	--]]
 
	
 
	--- 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);
 
	
0 comments (0 inline, 0 general)