Changeset - 7c19d5e13016
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-23 21:52:48

shot in barrel fixed
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -390,6 +390,7 @@ atl_lfc_crane_ud_tgl = obj {
 
atl_nd_barrel = obj {
 
	nam = "Бочка";
 
	dsc = [[На крюке крана висит {бочка}, судя по всему -- пустая. ]];
 
    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;
0 comments (0 inline, 0 general)