Commit 3d123264 authored by GuGu's avatar GuGu

Update c27036.lua

parent e8e9f09c
Pipeline #40143 passed with stage
in 20 seconds
......@@ -19,9 +19,9 @@ function c27036.filter(c)
return c:IsSetCard(0x208) and c:IsAttackAbove(1800)
end
function c27036.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c27036.cfilter,tp,LOCATION_SZONE,0,1,nil) or Duel.CheckReleaseGroupEx(tp,c27036.filter,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(c27036.cfilter,tp,LOCATION_SZONE,0,1,nil) or Duel.CheckReleaseGroupEx(tp,c27036.filter,1,REASON_COST,true,nil) end
if Duel.IsExistingMatchingCard(c27036.cfilter,tp,LOCATION_SZONE,0,1,nil) then return end
local g=Duel.SelectReleaseGroupEx(tp,c27036.filter,1,1,nil)
local g=Duel.SelectReleaseGroupEx(tp,c27036.filter,1,1,REASON_COST,true,nil)
Duel.Release(g,REASON_COST)
end
function c27036.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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