- Fixed the click to switch segment through segment button: left click changes up, right click changes down, middle mouse switch back to current segment.

- Advanced Damage Taken now also makes the damage Taken by tanks always be post-mitigated by shields.
This commit is contained in:
Tercioo
2016-01-25 12:48:03 -02:00
parent bec0adfabf
commit cc7552a07f
4 changed files with 87 additions and 4 deletions
+7
View File
@@ -350,6 +350,13 @@
if (absorbed) then
amount = (amount or 0) - absorbed
end
else
--> advanced damage taken
if (_detalhes.damage_taken_everything) then
if (absorbed) then
amount = (amount or 0) - absorbed
end
end
end
--]]