Skip to content
Snippets Groups Projects
Commit dc8f7f79 authored by DarkGod's avatar DarkGod
Browse files

Fixed psionic distortion effects

parent 787ccbe9
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function DistortionCount(self)
distortion_count = distortion_count + lev
end
end
distortion_count = mod.class.interface.Combat.combatScale(distortion_count, 0, 0, 20, 20, 0.75)
distortion_count = mod.class.interface.Combat:combatScale(distortion_count, 0, 0, 20, 20, 0.75)
print("Distortion Count", distortion_count)
return distortion_count
end
......
......@@ -105,7 +105,7 @@ newTalent{
}
newTalent{
name = "Body of Ice",
name = "Ice Core", short_name = "BODY_OF_ICE",
type = {"spell/frost-alchemy",4},
require = spells_req4,
mode = "sustained",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment