Commit afe74b72 authored by wyykak's avatar wyykak

fix 16011501

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent bbbcc76e
......@@ -85,8 +85,7 @@ function c16011501.tkcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST)
end
function c16011501.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,16019999,nil,0x4011,0,0,11,RACE_FAIRY,ATTRIBUTE_DARK) end
if chk==0 then return Duel.IsPlayerCanSpecialSummonMonster(tp,16019999,nil,0x4011,0,0,11,RACE_FAIRY,ATTRIBUTE_DARK) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
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