Commit 8cb77370 authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent 1b975609
Pipeline #30910 failed with stages
in 23 minutes and 54 seconds
......@@ -45,8 +45,9 @@ function cm.atkfilter(c)
return c:IsFaceup() and c:IsSetCard(0x818)
end
function cm.costchange(e,re,rp,val)
local tp=e:GetHandlerPlayer()
local rc=re:GetHandler()
local dov=Duel.GetMatchingGroupCount(cm.atkfilter,0,LOCATION_MZONE,0,nil)*200
local dov=Duel.GetMatchingGroupCount(cm.atkfilter,tp,LOCATION_MZONE,0,nil)*200
if re and re:GetHandler():IsSetCard(0x818) and re:IsActivated() then
return math.max(0,val-dov)
else
......
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