Changeset - 2333f62b46e5
[Not reviewed]
default
0 2 0
Silverwing - 5 years ago 2019-03-10 13:18:31

remove unused items from prologue
2 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_intro.lua
Show inline comments
 
@@ -3,7 +3,10 @@ atlantis_intro_dock = room {
 
	entered = function(s)
 
        me().has_light = false;   
 
		remove(item_lamp, pl);
 
        submarine_leviathan.refit = true;
 
		remove(item_map, pl);
 
		remove(item_leviathan_schematics, pl);
 
		remove(item_unknown_schematics, pl);
 
		submarine_leviathan.refit = true;
 
        put("item_colt", "leviathan_captains_cabin");
 
        put("item_harpoon", "leviathan_airlock");
 
        put("item_book_on_navjiarr", "leviathan_captains_cabin");
leviathan.lua
Show inline comments
 
@@ -804,6 +804,7 @@ leviathan_wiring_used = function(s, o)
 
			for i = 1, #leviathan_wiring do
 
				leviathan_wiring[i]:disable();
 
			end;
 
			remove(item_ducttape, pl);
 
		end;
 
		return [[Вы соединяете провода и заматываете их изолентой. ]];
 
	end;
0 comments (0 inline, 0 general)