# HG changeset patch # User Silverwing # Date 2019-01-04 19:36:12 # Node ID 22b82181d00f68ffc22be0103adda1636d8a69f2 # Parent f5be4237252681d5caf480d0c0dbc906de776ddf party members will not appear in battlefield diff --git a/battlefield.lua b/battlefield.lua --- a/battlefield.lua +++ b/battlefield.lua @@ -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;