Commit 0daffca8 authored by mercury233's avatar mercury233

fix

parent ec164376
...@@ -40,7 +40,7 @@ function c101004060.initial_effect(c) ...@@ -40,7 +40,7 @@ function c101004060.initial_effect(c)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
function c101004060.atkval(e,c) function c101004060.atkval(e,c)
return Duel.GetFieldGroup(e:GetHandlerPlayer(),LOCATION_GRAVE,0):GetClassCount(Card.GetAttribute)*200 return Duel.GetMatchingGroup(Card.IsType,e:GetHandlerPlayer(),LOCATION_GRAVE,0,nil,TYPE_MONSTER):GetClassCount(Card.GetAttribute)*200
end end
function c101004060.thfilter(c) function c101004060.thfilter(c)
return c:IsSetCard(0x400d) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() return c:IsSetCard(0x400d) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
......
...@@ -13,6 +13,7 @@ function c37337327.initial_effect(c) ...@@ -13,6 +13,7 @@ function c37337327.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_BATTLE_START+TIMING_BATTLE_END) e1:SetHintTiming(0,TIMING_BATTLE_START+TIMING_BATTLE_END)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCondition(c37337327.sccon) e1:SetCondition(c37337327.sccon)
e1:SetTarget(c37337327.sctg) e1:SetTarget(c37337327.sctg)
e1:SetOperation(c37337327.scop) e1:SetOperation(c37337327.scop)
......
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