Commit dae14ea9 authored by TanakaKotoha's avatar TanakaKotoha

rover

parent 480a8ca9
......@@ -6,7 +6,9 @@ function cm.initial_effect(c)
local e1=rsef.I(c,{m,0},1,"th",nil,LOCATION_MZONE,nil,nil,rsop.target(cm.thfilter,"th",LOCATION_ONFIELD+LOCATION_GRAVE,LOCATION_ONFIELD+LOCATION_GRAVE),cm.thop)
local e2=rsef.I(c,{m,1},{1,m},"th,sp",nil,LOCATION_HAND,cm.spcon,nil,rsop.target({cm.thfilter2,"th",LOCATION_ONFIELD+LOCATION_DECK,LOCATION_ONFIELD },{rscf.spfilter(),"sp"}),cm.spop)
local e3=rsef.FTF(c,EVENT_TO_HAND,{m,2},1,"th","de",LOCATION_HAND,cm.con,nil,cm.tg,cm.op)
local e4=rsef.FV_LIMIT_PLAYER(c,"res,dish",nil,aux.TargetBoolFunction(Card.IsLocation,LOCATION_HAND),{1,0},rccv.pubcon2)
local e4,e7=rsef.FV_LIMIT_PLAYER(c,"res,dish",nil,aux.TargetBoolFunction(Card.IsLocation,LOCATION_HAND),{1,0},rccv.pubcon2)
e4:SetRange(LOCATION_HAND)
e7:SetRange(LOCATION_HAND)
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_SET_ATTACK_FINAL)
......
......@@ -36,7 +36,6 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
function cm.efcon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_FUSION)~=0
and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end
function cm.efop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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