Commit 668f055a authored by salix5's avatar salix5

remove s.toss_dice

parent 4939bf4a
...@@ -20,7 +20,6 @@ function c11808215.initial_effect(c) ...@@ -20,7 +20,6 @@ function c11808215.initial_effect(c)
e2:SetOperation(c11808215.diceop) e2:SetOperation(c11808215.diceop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c11808215.toss_dice=true
function c11808215.thfilter(c) function c11808215.thfilter(c)
return c:IsCode(47292920) and c:IsAbleToHand() return c:IsCode(47292920) and c:IsAbleToHand()
end end
......
...@@ -12,7 +12,6 @@ function c12148078.initial_effect(c) ...@@ -12,7 +12,6 @@ function c12148078.initial_effect(c)
e1:SetOperation(c12148078.activate) e1:SetOperation(c12148078.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
c12148078.toss_dice=true
function c12148078.cfilter(c,e,tp) function c12148078.cfilter(c,e,tp)
return c:IsDiscardable() return c:IsDiscardable()
and Duel.IsExistingMatchingCard(c12148078.spfilter,tp,LOCATION_DECK+LOCATION_HAND,0,1,c,e,tp,6) and Duel.IsExistingMatchingCard(c12148078.spfilter,tp,LOCATION_DECK+LOCATION_HAND,0,1,c,e,tp,6)
......
...@@ -24,7 +24,6 @@ function c38082437.initial_effect(c) ...@@ -24,7 +24,6 @@ function c38082437.initial_effect(c)
e2:SetOperation(c38082437.opd) e2:SetOperation(c38082437.opd)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c38082437.toss_dice=true
function c38082437.cona(e,tp,eg,ep,ev,re,r,rp) function c38082437.cona(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsAttackPos() return e:GetHandler():IsAttackPos()
end end
......
...@@ -21,7 +21,6 @@ function s.initial_effect(c) ...@@ -21,7 +21,6 @@ function s.initial_effect(c)
e2:SetOperation(s.spop) e2:SetOperation(s.spop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
s.toss_dice=true
function s.dictg(e,tp,eg,ep,ev,re,r,rp,chk) function s.dictg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(aux.TRUE,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_DICE,nil,0,tp,1) Duel.SetOperationInfo(0,CATEGORY_DICE,nil,0,tp,1)
......
...@@ -55,7 +55,6 @@ function c71459017.initial_effect(c) ...@@ -55,7 +55,6 @@ function c71459017.initial_effect(c)
e8:SetOperation(c71459017.diceop) e8:SetOperation(c71459017.diceop)
c:RegisterEffect(e8) c:RegisterEffect(e8)
end end
c71459017.toss_dice=true
function c71459017.fuslimit(e,c,sumtype) function c71459017.fuslimit(e,c,sumtype)
return sumtype&SUMMON_TYPE_FUSION==SUMMON_TYPE_FUSION return sumtype&SUMMON_TYPE_FUSION==SUMMON_TYPE_FUSION
end end
......
...@@ -36,7 +36,6 @@ function c84813516.initial_effect(c) ...@@ -36,7 +36,6 @@ function c84813516.initial_effect(c)
e3:SetOperation(c84813516.thop) e3:SetOperation(c84813516.thop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
c84813516.toss_dice=true
function c84813516.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c84813516.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
......
...@@ -27,7 +27,6 @@ function c86154370.initial_effect(c) ...@@ -27,7 +27,6 @@ function c86154370.initial_effect(c)
e2:SetOperation(c86154370.spop) e2:SetOperation(c86154370.spop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
c86154370.toss_dice=true
c86154370.material_type=TYPE_SYNCHRO c86154370.material_type=TYPE_SYNCHRO
function c86154370.sfilter(c) function c86154370.sfilter(c)
return c:IsAttribute(ATTRIBUTE_WIND) and c:IsType(TYPE_SYNCHRO) return c:IsAttribute(ATTRIBUTE_WIND) and c:IsType(TYPE_SYNCHRO)
......
...@@ -36,7 +36,6 @@ function c87897777.initial_effect(c) ...@@ -36,7 +36,6 @@ function c87897777.initial_effect(c)
e3:SetOperation(c87897777.mvop) e3:SetOperation(c87897777.mvop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
c87897777.toss_dice=true
function c87897777.cfilter(c) function c87897777.cfilter(c)
return c:IsSetCard(0x17d) and c:IsAttribute(ATTRIBUTE_FIRE) and c:IsFaceup() return c:IsSetCard(0x17d) and c:IsAttribute(ATTRIBUTE_FIRE) and c:IsFaceup()
end 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