Commit 36495298 authored by Lyris's avatar Lyris Committed by GitHub

Fix ドラゴンメイド・ルフト (#1791)

Had incorrect interaction with targets which already had immunity by the time they would receive her effect
parent 30c52bb4
......@@ -53,7 +53,7 @@ function c15848542.actop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EFFECT_CANNOT_TRIGGER)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1)
tc:RegisterEffect(e1,true)
end
end
function c15848542.indfilter(c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment