Changeset - 817314270d42
[Not reviewed]
default
0 1 0
silverwing - 4 years ago 2019-11-23 16:57:16

Lseryanotrr confirmation failed
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
leviathan.lua
Show inline comments
 
@@ -1189,13 +1189,13 @@ leviathan_final_confirm = dlg {
 
        {always=true, "Да", function(s) 
 
            set_music('music/lseryanotrr.ogg');
 
            remove('item_toolbox', pl);
 
            leviathan_dlg:update_options();
 
            walk(lse_entered);
 
        end};
 
        {always=false, "Нет", function(s)
 
        {always=true, "Нет", function(s)
 
            stead.need_scene();
 
            back();
 
            return false;
 
        end};
 
   };
 
}
0 comments (0 inline, 0 general)