Changeset - 29fb2fdc6f00
[Not reviewed]
default
0 2 0
Silverwing - 8 years ago 2016-07-24 16:24:06

Lamp is removed from inventory on start of chapter 1
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_intro.lua
Show inline comments
 
atlantis_intro_dock = room {
 
	nam = "Подводная станция";
 
	entered = function(s)
 
		remove(item_lamp, pl);
 
		if (ArrayUtils.indexOf(pl.party, 'wright') ~= 0) then 
 
			atl_jack_in_party = true; 
 
		end;
main.lua
Show inline comments
 
@@ -185,7 +185,7 @@ function init()
 
	atl_iyh_state = 7;
 
	]]
 
	
 
	pl.where = "ctt_dyp_temple_l2";
 
	pl.where = "atlantis_intro_dock";
 
	put(item_lamp, pl);
 
	
 
	-- pl.where = warehouse_32;
0 comments (0 inline, 0 general)