Commit c723bce6 authored by Grajade's avatar Grajade

Update c24030.lua

parent 0f8e9326
Pipeline #13555 passed with stage
in 40 seconds
......@@ -24,6 +24,7 @@ function c24030.initial_effect(c)
e2:SetTarget(c24030.bantg)
--e2:SetLabelObject(e1)
c:RegisterEffect(e2)
--[[
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_FIELD)
e3:SetProperty(EFFECT_FLAG_IGNORE_RANGE)
......@@ -34,6 +35,7 @@ function c24030.initial_effect(c)
e3:SetTarget(c24030.bantg)
--e3:SetLabelObject(e1)
c:RegisterEffect(e3)
]]--
end
function c24030.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) 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