Commit a4fca387 authored by POLYMER's avatar POLYMER

fix

parent 88a546ea
......@@ -77,7 +77,7 @@ end
-- 自己场上的「绮奏」怪兽为对象的效果由对方发动时才能发动,那个效果无效并破坏
function c66620615.discfilter(c,tp)
return c:IsControler(tp) and c:IsSetCard(0x666a) and c:IsType(TYPE_MONSTER)
return c:IsControler(tp) and c:IsSetCard(0x666a) and c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsLocation(LOCATION_MZONE)
end
function c66620615.discon(e,tp,eg,ep,ev,re,r,rp)
......
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