Commit 84b60993 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 転生炎獣レイジング・フェニックス (#2526)

parent 3edb0ce3
...@@ -68,7 +68,7 @@ end ...@@ -68,7 +68,7 @@ end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return not c:IsType(TYPE_TOKEN) and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp) return not c:IsType(TYPE_TOKEN) and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousControler(tp)
and c:IsPreviousLocation(LOCATION_MZONE) and c:GetPreviousAttributeOnField()&ATTRIBUTE_FIRE~=0 and c:IsPreviousLocation(LOCATION_MZONE) and c:GetPreviousAttributeOnField()&ATTRIBUTE_FIRE~=0
and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsAttackAbove(1)
end end
function s.tgfilter(c,e,tp) function s.tgfilter(c,e,tp)
return s.cfilter(c,tp) and c:IsCanBeEffectTarget(e) return s.cfilter(c,tp) and c:IsCanBeEffectTarget(e)
......
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