Initial commit for 3.3

- Updated tree
- Added 3 new uniques
- Added Shattered an Enemy Recently option
- Added missing league tags on Bestiary uniques
- Fixed Action Speed not applying to some animations (e.g Trap Throwing)
This commit is contained in:
Openarl
2018-05-30 04:07:23 +10:00
parent 470c723304
commit 33564e3e89
32 changed files with 173 additions and 34 deletions

View File

@@ -126,6 +126,10 @@ end
function launch:OnKeyDown(key, doubleClick)
if key == "F5" and self.devMode then
self.doRestart = "Restarting..."
elseif key == "F6" and self.devMode then
local before = collectgarbage("count")
collectgarbage("collect")
ConPrintf("%dkB => %dkB", before, collectgarbage("count"))
elseif key == "u" and IsKeyDown("CTRL") then
if not self.devMode then
self:CheckForUpdate()