Commit 18f01535 authored by mercury233's avatar mercury233 Committed by GitHub

fix ダイスロール・バトル

parent bfe5924f
...@@ -28,7 +28,7 @@ function c88482761.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -28,7 +28,7 @@ function c88482761.condition(e,tp,eg,ep,ev,re,r,rp)
end end
function c88482761.rmfilter1(c,e,tp) function c88482761.rmfilter1(c,e,tp)
return c:IsSetCard(0x2016) and c:IsAbleToRemove() return c:IsSetCard(0x2016) and c:IsAbleToRemove()
and Duel.IsExistingMatchingCard(c88482761.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp,c:GetOriginalLevel()) and Duel.IsExistingMatchingCard(c88482761.rmfilter2,tp,LOCATION_HAND,0,1,nil,e,tp,c:GetOriginalLevel())
end end
function c88482761.rmfilter2(c,e,tp,lv) function c88482761.rmfilter2(c,e,tp,lv)
return c:IsSetCard(0x2016) and c:IsType(TYPE_TUNER) and c:IsAbleToRemove() return c:IsSetCard(0x2016) and c:IsType(TYPE_TUNER) and c:IsAbleToRemove()
......
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