Commit 01821b40 authored by mercury233's avatar mercury233 Committed by GitHub

fix ラドリートラップ

parent 2f46131b
......@@ -11,6 +11,7 @@ function c79371769.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCondition(c79371769.discon)
e2:SetTarget(c79371769.distg)
e2:SetOperation(c79371769.disop)
......
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