Commit bc1f9d90 authored by TanakaKotoha's avatar TanakaKotoha

ladies and xiangqinmen

parent d620dfdb
......@@ -40,7 +40,7 @@ function cm.initial_effect(c)
end
--e1
function cm.filter(c)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsAbleToDeck()
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_MONSTER) and c:IsAbleToDeck() and c:IsSetCard(0xa83)
end
function cm.atktg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED+LOCATION_GRAVE) and cm.filter(chkc) and chkc:IsControler(tp) end
......
......@@ -3,7 +3,7 @@ local m=33500008
local cm=_G["c"..m]
function cm.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,cm.sfilter1,cm.sfilter2,1)
aux.AddSynchroProcedure(c,cm.sfilter1,aux.NonTuner(cm.sfilter2),1)
c:EnableReviveLimit()
--cannot special summon
local e0=Effect.CreateEffect(c)
......
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