Module:Test: Difference between revisions

24 bytes removed ,  26 August 2022
no edit summary
No edit summary
No edit summary
Line 46: Line 46:
     function Trait:new(t)
     function Trait:new(t)
         t = t or {}
         t = t or {}
        self.multipliers.duration = 555
         self.__index = self
         self.__index = self
        t.multipliers.duration = t.multipliers.duration or {0,0}
         setmetatable(t, self)
         setmetatable(t, self)