Commit e08c3c58 authored by DailyShana's avatar DailyShana

fix

parent 8e03c01c
......@@ -11,7 +11,7 @@ function c24707869.initial_effect(c)
c:RegisterEffect(e1)
end
function c24707869.filter(c)
return c:IsFaceup() and c:IsRace(RACE_PSYCHO) and c:IsAbleToGrave()
return c:IsFaceup() and c:IsRace(RACE_PSYCHO)
end
function c24707869.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c24707869.filter(chkc) end
......
......@@ -45,7 +45,7 @@ function c42110604.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function c42110604.thfilter(c)
return c:IsSetCard(0x2016) and c:IsAbleToHand()
return c:IsFaceup() and c:IsSetCard(0x2016) and c:IsAbleToHand()
end
function c42110604.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and c42110604.thfilter(chkc) 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