Changeset - 97167d249d8a
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-23 21:55:26

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