Skip to content
Snippets Groups Projects
Commit 926f57fe authored by DarkGod's avatar DarkGod
Browse files

archery_projectile is now available to addons

parent fa84244c
No related branches found
No related tags found
No related merge requests found
......@@ -474,6 +474,8 @@ local function archery_projectile(tx, ty, tg, self, tmp)
self.turn_procs.weapon_type = nil
self.use_psi_combat = false
end
-- Store it for addons
_M.archery_projectile = archery_projectile
--- Shoot at one target
function _M:archeryShoot(targets, talent, tg, params)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment