Overkill fixes

This commit is contained in:
Tercioo
2019-07-24 13:22:39 -03:00
parent 6fec19f4b5
commit 05d9f92ca1
3 changed files with 11 additions and 8 deletions
+3 -1
View File
@@ -669,7 +669,9 @@
end
if (_is_in_instance) then
if (overkill and overkill > 0) then
amount = amount - overkill
--if enabled it'll cut the amount of overkill from the last hit (which killed the actor)
--when disabled it'll show the total damage done for the latest hit
--amount = amount - overkill
end
end