1.4.118 Initial commit

- Added/updated skill gems and bases
- Fixed curse stats with wrong sign
- Fixed wrong sources on quality mods
This commit is contained in:
Openarl
2018-12-09 16:29:54 +13:00
parent c65ee59f3c
commit 2806cbac3d
114 changed files with 52533 additions and 37199 deletions

View File

@@ -3,10 +3,8 @@
-- Class: Section Control
-- Section box with label
--
local launch, main = ...
local SectionClass = common.NewClass("SectionControl", "Control", function(self, anchor, x, y, width, height, label)
local SectionClass = newClass("SectionControl", "Control", function(self, anchor, x, y, width, height, label)
self.Control(anchor, x, y, width, height)
self.label = label
end)