Commit 1da232aa authored by TanakaKotoha's avatar TanakaKotoha

wadashimo

parent bee6e8b6
...@@ -62,7 +62,7 @@ end ...@@ -62,7 +62,7 @@ end
function cm.drop(e,tp,eg,ep,ev,re,r,rp) function cm.drop(e,tp,eg,ep,ev,re,r,rp)
local p=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER) local p=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER)
local ct=Duel.GetMatchingGroupCount(nil,p,0,LOCATION_MZONE,nil) local ct=Duel.GetMatchingGroupCount(nil,p,0,LOCATION_MZONE,nil)
Duel.Draw(p,ct+1,REASON_EFFECT) Duel.Draw(p,ct,REASON_EFFECT)
end end
function cm.disop(e,tp,eg,ep,ev,re,r,rp) function cm.disop(e,tp,eg,ep,ev,re,r,rp)
if re:GetHandler():GetLocation()==LOCATION_DECK then if re:GetHandler():GetLocation()==LOCATION_DECK then
......
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