Commit 07b7c2d2ee53875e948b5697584f8eb5d3009fe5

Authored by DarkGod
1 parent 48c9dd70

Fixed Bone Grab not always using a turn

... ... @@ -118,7 +118,7 @@ newTalent{
118 118 return true
119 119 end
120 120
121   - if #grids <= 0 then return end
  121 + if #grids <= 0 then return true end
122 122 target:teleportRandom(grids[1][1], grids[1][2], 0)
123 123 end
124 124 game:playSoundNear(self, "talents/arcane")
... ...