Commit b4f5ccca authored by TheOnePharaoh's avatar TheOnePharaoh Committed by salix5

Fixed Souten Calling

Tokens you control should include tokens in spell/trap zone
parent 349e2b3b
......@@ -54,7 +54,7 @@ function c87669904.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UNRELEASABLE_SUM)
e2:SetTarget(aux.TargetBoolFunction(Card.IsType,TYPE_TOKEN))
e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetTargetRange(LOCATION_ONFIELD,0)
e2:SetValue(1)
e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,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