Commit 2f058ac5 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 74c09130
No preview for this file type
......@@ -121,7 +121,7 @@ end
function cm.thfilter(c)
return c:IsSetCard(0x5a71,0x6a71) and c:IsAbleToHand()
and c:IsFaceup())
and c:IsFaceup()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_REMOVED,0,1,nil) end
......
......@@ -35,7 +35,7 @@ function cm.aclimit(e,re,tp)
if rc:IsControler(e:GetHandlerPlayer()) and Duel.IsExistingMatchingCard(cm.check,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil) then
return false
end
return (rc:IsStatus(STATUS_BATTLE_DESTROYED) or rc:IsComplexReason(REASON_DESTROY,true,REASON_EFFECT,REASON_BATTLE)) and not rc:IsControler(e:GetHandlerPlayer())
return (rc:IsStatus(STATUS_BATTLE_DESTROYED) or rc:IsReason(REASON_DESTROY)) and not rc:IsControler(e:GetHandlerPlayer())
end
function cm.mfilter(c,xyzc)
return c:IsLevelAbove(6) and c:IsRace(RACE_FIEND)
......
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