Commit adf258d6 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 281f8c29
...@@ -4,6 +4,7 @@ function c92536468.initial_effect(c) ...@@ -4,6 +4,7 @@ function c92536468.initial_effect(c)
aux.EnablePendulumAttribute(c) aux.EnablePendulumAttribute(c)
--reverse damage --reverse damage
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(92536468,0))
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCATION_PZONE) e2:SetRange(LOCATION_PZONE)
e2:SetCode(EVENT_DAMAGE) e2:SetCode(EVENT_DAMAGE)
...@@ -13,6 +14,7 @@ function c92536468.initial_effect(c) ...@@ -13,6 +14,7 @@ function c92536468.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--special summon --special summon
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(92536468,1))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_RECOVER) e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_RECOVER)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetRange(LOCATION_HAND) e3:SetRange(LOCATION_HAND)
......
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