Commit 3b2fdea8 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent b5026a6f
......@@ -4,7 +4,7 @@ local m,cm=rscf.DefineCard(30000231)
function cm.initial_effect(c)
rscf.SetSummonCondition(c,false,aux.FALSE)
c:SetSPSummonOnce(m)
local e1=rsef.FTO(c,m,{m,1},nil,"sp","de",LOCATION_HAND+LOCATION_GRAVE,cm.spcon,nil,rsop.target(cm.spfilter,"sp"),cm.spop)
local e1=rsef.FTO(c,m,{m,1},nil,"sp","de,dsp",LOCATION_HAND+LOCATION_GRAVE,cm.spcon,nil,rsop.target(cm.spfilter,"sp"),cm.spop)
if cm.gf then return end
cm.gf=true
local ge1=rsef.FC({c,0},EVENT_DESTROYED)
......
......@@ -3,7 +3,7 @@ if not pcall(function() require("expansions/script/c30099990") end) then require
local m,cm=rscf.DefineCard(30000236)
function cm.initial_effect(c)
rscf.SetSummonCondition(c,false,aux.FALSE)
local e1=rsef.FTO(c,m,{m,1},nil,"sp,rm","de",LOCATION_HAND+LOCATION_GRAVE,cm.spcon,nil,rsop.target(cm.spfilter,"sp"),cm.spop)
local e1=rsef.FTO(c,m,{m,1},nil,"sp,rm","de,dsp",LOCATION_HAND+LOCATION_GRAVE,cm.spcon,nil,rsop.target(cm.spfilter,"sp"),cm.spop)
local e2=rsef.SV_UPDATE(c,"atk",cm.atkval)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
......
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