Merge pull request #12234 from abcdefg30/AISell

Let the Lonestar AI use the new Sell function instead of Destroy
This commit is contained in:
reaperrr
2016-10-22 22:36:27 +02:00
committed by GitHub

View File

@@ -150,7 +150,7 @@ SellWalls = function(id)
local walls = AIPlayers[id].GetActorsByType("brik")
Utils.Do(walls, function(wall)
wall.Destroy()
wall.Sell()
end)
end