Commit cce4b46e authored by mercury233's avatar mercury233 Committed by GitHub

fix サイキック・リフレクター

parent 54ef4427
......@@ -29,7 +29,7 @@ function c74644400.initial_effect(c)
c:RegisterEffect(e3)
end
function c74644400.thfilter(c)
return aux.IsCodeListed(c,80280737) and not c:IsCode(74644400) or c:IsCode(80280737)
return (aux.IsCodeListed(c,80280737) or c:IsCode(80280737)) and not c:IsCode(74644400)
and c:IsAbleToHand()
end
function c74644400.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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