Commit dc3d2edc authored by mercury233's avatar mercury233 Committed by DailyShana

fix Guardian Dreadscythe (#668)

parent 6d033458
......@@ -61,7 +61,7 @@ function c18175965.initial_effect(c)
end
function c18175965.cfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:GetPreviousControler()==tp
and c:IsReason(REASON_DESTROY) and c:IsCode(34022290)
and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsReason(REASON_DESTROY) and c:IsCode(34022290)
end
function c18175965.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c18175965.cfilter,1,nil,tp)
......
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