Commit 02b793ea authored by Momobako's avatar Momobako

Push by Appveyor

parent 35ce31f8
...@@ -66,7 +66,8 @@ function c13255201.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,7 +66,8 @@ function c13255201.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c13255201.thcon(e,tp,eg,ep,ev,re,r,rp) function c13255201.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp local ph=Duel.GetCurrentPhase()
return Duel.GetTurnPlayer()~=tp and ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c13255201.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c13255201.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_DECK,0,1,nil,TYPE_EQUIP) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsType,tp,LOCATION_DECK,0,1,nil,TYPE_EQUIP) 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