Commit ffc3e195 authored by POLYMER's avatar POLYMER

fix

parent 7a0e41a5
......@@ -199,7 +199,7 @@ function cm.rlcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,1000)
end
function cm.rtg(c,tp)
return Duel.IsPlayerCanSendtoGrave(1-tp,c)
return true --Duel.IsPlayerCanSendtoGrave(1-tp,c)
end
function cm.rltg(e,tp,eg,ep,ev,re,r,rp,chk)
local ct=e:GetLabel()
......
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