Changeset - bea23f4a3dd9
[Not reviewed]
default
0 2 0
Silverwing - 5 years ago 2019-07-20 14:25:29

Minor fixes
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -36,6 +36,7 @@ dyp_center = room {
 
    entered = function(s)
 
        dyp_obelisk_puzzle.where_from = 'dyp_center';
 
        if atl_rep_dyp < 0 then
 
            remove(dyp_navjiarr, here())
 
            dypatreanotrr_night_found = true;
 
            return [[Вас встречают враждебные взгляды вооруженных навьяров. ]];
 
        end;
leviathan.lua
Show inline comments
 
@@ -1156,6 +1156,7 @@ leviathan_dlg = dlg {
 
			walk(lse_entered);
 
		end},
 
		{always = "true", "Назад", "", function()
 
			stead.need_scene();
 
			back();
 
		end}
 
	};
0 comments (0 inline, 0 general)