Commit 0c842e97 authored by Tachibana's avatar Tachibana

ndyd

parent 14380666
...@@ -78,11 +78,11 @@ function cm.lpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,11 +78,11 @@ function cm.lpop(e,tp,eg,ep,ev,re,r,rp)
c:ReverseInDeck() c:ReverseInDeck()
end end
end end
function cm.damcon(e) function cm.damcon(e,c)
local tp=e:GetHandlerPlayer() local tp=e:GetHandlerPlayer()
local g=Duel.GetDecktopGroup(tp,1) local g=Duel.GetDecktopGroup(tp,1)
return g:IsContains(e:GetHandler()) and c:IsFaceup() return g:IsContains(e:GetHandler()) and c:IsFaceup()
end end
function cm.val(e) function cm.val(e,c)
return dam*2 return dam*2
end end
\ No newline at end of file
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