Skip to content
Snippets Groups Projects
Commit 17fa2d5b authored by dg's avatar dg
Browse files

Fixed Cyst Burst after Epidemic

git-svn-id: http://svn.net-core.org/repos/t-engine4@5109 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1fbc1461
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ newTalent{
for _, disease in ipairs(diseases) do
if disease.id == self.EFF_WEAKNESS_DISEASE or disease.id == self.EFF_DECREPITUDE_DISEASE or disease.id == self.EFF_ROTTING_DISEASE or disease.id == self.EFF_EPIDEMIC then
target:setEffect(disease.id, 6, {src=self, dam=disease.params.dam, str=disease.params.str, dex=disease.params.dex, con=disease.params.con, heal_factor=disease.params.heal_factor, apply_power=self:combatSpellpower()})
target:setEffect(disease.id, 6, {src=self, dam=disease.params.dam, str=disease.params.str, dex=disease.params.dex, con=disease.params.con, heal_factor=disease.params.heal_factor, resist=disease.params.resist, apply_power=self:combatSpellpower()})
end
end
game.level.map:particleEmitter(px, py, 1, "slime")
......
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