Commit 59a4496d authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent b620333c
Pipeline #30347 failed with stages
in 38 minutes and 51 seconds
...@@ -61,7 +61,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -61,7 +61,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
c:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD-RESET_LEAVE-RESET_TOFIELD+RESET_PHASE+PHASE_END,0,1) c:RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD-RESET_LEAVE-RESET_TOFIELD+RESET_PHASE+PHASE_END,0,1)
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:IsFaceup() and c:IsType(TYPE_TRAP) and c:IsType(TYPE_CONTINUOUS) and c:IsAbleToHand() return c:IsFaceup() and c:GetOriginalType()==TYPE_SPELL+TYPE_CONTINUOUS and c:IsAbleToHand()
end end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_ONFIELD) and cm.thfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_ONFIELD) and cm.thfilter(chkc) end
......
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