Skip to content
Snippets Groups Projects
Commit c7429097 authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix

parent f29255d0
No related branches found
No related tags found
1 merge request!482Defiler updates2
......@@ -164,7 +164,7 @@ newTalent{
local dur = math.max(6, parameters.dur)
if target:canBe("disease") then
target:setEffect(disease.id, 6, parameters)
target:setEffect(disease.id, dur, parameters)
else
game.logSeen(target, "%s resists the disease!", target.name:capitalize())
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