File diff a27791d322ac → 9ad69141c9e0
startup.lua
Show inline comments
 
@@ -103,9 +103,6 @@ intro = room {
 
    nam = "intro";
 
    hideinv = true;
 
    entered = function(s)
 
        if not STANDALONE then
 
            path('Как играть?'):disable();
 
        end;
 
        set_music('music/intro.ogg');
 
    end;
 
    disp = "Вступление";