Changeset - bc7828008af0
[Not reviewed]
Merge snapshots
0 2 0
Silverwing - 5 years ago 2019-07-10 10:59:23

Merge
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -170,7 +170,7 @@ dyp_obelisk_puzzle = room {
 
                table.remove(details, index);
 
                s.state[i] = item;
 
                if item == 12 then
 
                    k = math.floor(i / 4) + 1;
 
                    k = math.floor((i - 1) / 4) + 1;
 
                end;
 
            end;
 

	
main.lua
Show inline comments
 
-- $Name: Пробуждение$
 
-- $Version: 0.7.5$
 
-- $Version: 0.7.6$
 
-- $Author: Khaelenmore Thaal$
 
 
instead_version "1.9.1"
0 comments (0 inline, 0 general)