Commit 7dabc564 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65810115.lua

parent 5c771833
...@@ -49,7 +49,7 @@ function c65810115.chcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -49,7 +49,7 @@ function c65810115.chcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c65810115.filter(c) function c65810115.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xa31) and c:IsFaceupEx() return c:IsType(TYPE_MONSTER) and c:IsSetCard(0xa31) and c:IsFaceupEx() and Duel.IsPlayerCanRelease(c:GetControler())
end end
function c65810115.chop(e,tp,eg,ep,ev,re,r,rp) function c65810115.chop(e,tp,eg,ep,ev,re,r,rp)
local g=Group.CreateGroup() local g=Group.CreateGroup()
...@@ -57,7 +57,7 @@ function c65810115.chop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c65810115.chop(e,tp,eg,ep,ev,re,r,rp)
Duel.ChangeChainOperation(ev,c65810115.repop) Duel.ChangeChainOperation(ev,c65810115.repop)
end end
function c65810115.repop(e,tp,eg,ep,ev,re,r,rp) function c65810115.repop(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT) Duel.Destroy(e:GetHandler(),REASON_RULE)
end end
function c65810115.setfilter(c) function c65810115.setfilter(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