Changeset - 47256a3672f5
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-23 21:57:53

saboteur probably disabled if barreled
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -393,12 +393,13 @@ atl_nd_barrel = obj {
 
    disp2 = "бочку";
 
	canshoot = function(s)
 
		return where(atl_lfc_sab) == atl_lfc_bridge_w and atl_nd_crane.px == 1 and atl_nd_crane.py == 2;
 
	end;
 
	onshoot = function(s)
 
		remove(atl_nd_barrel);
 
        lifeoff(atl_lfc_sab);      
 
		remove(char_leroy, where('char_leroy'));
 
		remove(char_goldman, where('char_goldman'));
 
		walkin(atl_lfc_dock_end_barreled);
 
	end;
 
};
 
0 comments (0 inline, 0 general)