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

fix thermal shield

parent 74a1695c
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ newTalent{
psigain = 2 + 2*dam/mast
dam = 0
else
psigain = 2 + 2*self.kinspike_shield_absorb/mast
psigain = 2 + 2*self.thermspike_shield_absorb/mast
dam = dam - self.thermspike_shield_absorb
self.thermspike_shield_absorb = 0
end
......
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