permafrost.lua 121 B

123456
  1. local Permafrost = extend(Buff)
  2. Permafrost.tags = {}
  3. Permafrost.stack = true
  4. Permafrost.maxStacks = 3
  5. return Permafrost