Commit 3455751d authored by fallenstardust's avatar fallenstardust

Merge branch 'patch-6' into 'master'

Fix アザミナの妖魔

See merge request mycard/pre-release-database-cdb!144
parents 1861b58e 0b314d32
......@@ -31,7 +31,7 @@ function s.initial_effect(c)
c:RegisterEffect(e3)
end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND+LOCATION_ONFIELD)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND+LOCATION_ONFIELD) and e:GetHandler():IsPreviousControler(tp)
and re and re:IsActivated() and bit.band(r,REASON_EFFECT)==REASON_EFFECT
end
function s.sptg(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