Commit 6286b503 authored by mercury233's avatar mercury233 Committed by GitHub

fix シューティング・ライザー・ドラゴン

parent ecb3ef3b
...@@ -65,7 +65,7 @@ function c68431965.lvop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,7 +65,7 @@ function c68431965.lvop1(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c68431965.aclimit(e,re,tp) function c68431965.aclimit(e,re,tp)
return re:GetHandler():IsCode(e:GetLabel()) return re:GetHandler():IsCode(e:GetLabel()) and re:IsActiveType(TYPE_MONSTER)
end end
function c68431965.sccon(e,tp,eg,ep,ev,re,r,rp) function c68431965.sccon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()~=tp
......
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