Changeset - 22b82181d00f
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-01-04 19:36:12

party members will not appear in battlefield
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
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;
0 comments (0 inline, 0 general)