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

fix トリシューラの鼓動

parent 38892600
...@@ -69,7 +69,7 @@ function c6075533.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,7 @@ function c6075533.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c6075533.tfilter(c,tp) function c6075533.tfilter(c,tp)
return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsSetCard(0x2f) and c:IsType(TYPE_SYNCHRO) return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsFaceup() and c:IsSetCard(0x2f) and c:IsType(TYPE_SYNCHRO)
end end
function c6075533.discon(e,tp,eg,ep,ev,re,r,rp) function c6075533.discon(e,tp,eg,ep,ev,re,r,rp)
if ep==tp then return false end if ep==tp then return false 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