Commit 4fbb08c2 authored by Hello23-Ygopro's avatar Hello23-Ygopro Committed by DailyShana

add missing category for B.E.S. Covered Core (#792)

parent 4c82d1ce
......@@ -19,6 +19,7 @@ function c15317640.initial_effect(c)
--remove counter
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(15317640,1))
e3:SetCategory(CATEGORY_COIN)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e3:SetCode(EVENT_DAMAGE_STEP_END)
e3:SetCondition(c15317640.rctcon)
......
......@@ -24,7 +24,7 @@ function c20630765.initial_effect(c)
e2:SetCode(EFFECT_UPDATE_DEFENSE)
e2:SetValue(c20630765.defup)
c:RegisterEffect(e2)
--destroy
--remove
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(20630765,0))
e3:SetCategory(CATEGORY_REMOVE)
......
......@@ -14,7 +14,7 @@ function c77631175.initial_effect(c)
--damage
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(77631175,1))
e2:SetCategory(CATEGORY_DAMAGE)
e2:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DAMAGE)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetCode(EVENT_CUSTOM+77631175)
e2:SetTarget(c77631175.target)
......
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