Commit e9b5af45 authored by nekrozar's avatar nekrozar
parent fbaf5bb5
......@@ -29,7 +29,7 @@ end
function c60990740.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDiscardDeck(tp,1)
and Duel.GetLocationCount(tp,LOCATION_SZONE)>0
and not Duel.IsPlayerAffectedByEffect(tp,EFFECT_CANNOT_SSET) end
and Duel.IsPlayerCanSSet(tp) end
end
function c60990740.operation(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsPlayerCanDiscardDeck(tp,1) then return 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