Commit 83272e5c authored by Vee4's avatar Vee4 Committed by GitHub

fix Transcendosaurus Exaraptor (#2896)

parent 7980aeec
...@@ -23,6 +23,7 @@ function s.initial_effect(c) ...@@ -23,6 +23,7 @@ function s.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE) e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetCondition(s.drcon) e2:SetCondition(s.drcon)
e2:SetOperation(s.regop) e2:SetOperation(s.regop)
c:RegisterEffect(e2)
local e3=e2:Clone() local e3=e2:Clone()
e3:SetCode(EVENT_TO_GRAVE) e3:SetCode(EVENT_TO_GRAVE)
e3:SetCondition(s.regcon) e3:SetCondition(s.regcon)
......
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