diff --git a/game/modules/tome/class/interface/Archery.lua b/game/modules/tome/class/interface/Archery.lua index 44deb5d9e39f70d4b502f6a6f49a657ca83e512d..5b8927e3884fc3d199aec4ee670801bff4d5b24d 100644 --- a/game/modules/tome/class/interface/Archery.lua +++ b/game/modules/tome/class/interface/Archery.lua @@ -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)