Changeset - 3be601f4a22d
[Not reviewed]
default
0 2 0
silverwing - 4 years ago 2019-12-02 14:36:16

0.9.2 -- one time cutscenes did not hide inventory
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
main.lua
Show inline comments
 
-- $Name: Пробуждение$
 
-- $Version: 0.9.1$
 
-- $Version: 0.9.2$
 
-- $Author: Khaelenmore Thaal$
 
-- $Info: Сайт автора: https://silverwing.one$
 
utils.lua
Show inline comments
 
@@ -459,6 +459,8 @@ function lcutscene(nam, disp, dsc, msg, 
 
        not_follow = true;
 
        nam = nam;
 
        disp = disp;
 
        hideinv = true;
 
        cutscene = true;
 
        enter = function(s)
 
            if (s.state == 1) then
 
                x = EngineUtils.getValue(nxt);
0 comments (0 inline, 0 general)