Commit 303ee5f3 authored by mallu11's avatar mallu11 Committed by GitHub

fix 究極封印神エクゾディオス (#1658)

parent 3eb8b57e
......@@ -37,6 +37,7 @@ function c13893596.initial_effect(c)
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetCode(EFFECT_LEAVE_FIELD_REDIRECT)
e5:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e5:SetCondition(c13893596.recon)
e5:SetValue(LOCATION_REMOVED)
c:RegisterEffect(e5)
......
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