Changeset - 45163fb0f2ad
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-10 10:37:12

Fix obelisk puzzle
1 file changed with 1 insertions and 1 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;
 

	
0 comments (0 inline, 0 general)