Compare commits

..

No commits in common. 'bbf12621ca9ba6b11b5c181647e15f6a47d05241' and 'ec43e72f0096c5275f47c352baa7ef5fb0f7c0a5' have entirely different histories.

  1. 2
      src/Item/Item.lua

@ -282,8 +282,6 @@ function Item:GetChargesRemaining()
end
-- Create a condition for the Item
---@param name string
---@param func fun(self:Item)
function Item:Condition(name, func)
self.conditions[name] = {
func = func

Loading…
Cancel
Save