Commit 0ee413c2 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 17abb309
...@@ -33,6 +33,7 @@ function c58811192.initial_effect(c) ...@@ -33,6 +33,7 @@ function c58811192.initial_effect(c)
e4:SetType(EFFECT_TYPE_QUICK_O) e4:SetType(EFFECT_TYPE_QUICK_O)
e4:SetCode(EVENT_FREE_CHAIN) e4:SetCode(EVENT_FREE_CHAIN)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e4:SetCost(c58811192.spcost) e4:SetCost(c58811192.spcost)
e4:SetTarget(c58811192.sptg) e4:SetTarget(c58811192.sptg)
e4:SetOperation(c58811192.spop) e4:SetOperation(c58811192.spop)
......
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