File diff f5be42372526 → 22b82181d00f
battlefield.lua
Show inline comments
 
@@ -134,6 +134,7 @@ battlefield = function(tab)
 
    tab.showhp = true;
 
    tab.nosave = true;
 
    tab.noautosave = true;
 
    tab.not_follow = true;
 
    tab.isPassable = function(s, x, y)
 
        if (x < 1 or x > 7 or y < 1 or y > 7 or tab.map[y][x] > 0) then
 
            return false;