Commit 66930ea8 authored by mercury233's avatar mercury233 Committed by GitHub

fix マイン・モール

parent f2ce7c1a
......@@ -24,6 +24,7 @@ function c94079037.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_LEAVE_FIELD_REDIRECT)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCondition(c94079037.rmcon)
e3:SetValue(LOCATION_REMOVED)
c:RegisterEffect(e3)
......
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