diff --git a/game/modules/tome/class/PlayerDisplay.lua b/game/modules/tome/class/PlayerDisplay.lua index edf0733c010d6ae971bd18fbc7ce5733bb00af6c..7bcf18287a66c85937389842c33c6b7e970da016 100644 --- a/game/modules/tome/class/PlayerDisplay.lua +++ b/game/modules/tome/class/PlayerDisplay.lua @@ -380,6 +380,12 @@ function _M:display() )) h = h + self.font_h end + -- Any hooks + local hd = {"UISet:Classic:Resources", player=player, x=x, y=y} + if self:triggerHook(hd) then + x, y = hd.x, hd.y + end + local quiver = player:getInven("QUIVER") local ammo = quiver and quiver[1] if ammo then