Commit 91d15b00 authored by mallu11's avatar mallu11 Committed by GitHub

fix クリボール (#1624)

parent ece85581
...@@ -3,7 +3,7 @@ function c33245030.initial_effect(c) ...@@ -3,7 +3,7 @@ function c33245030.initial_effect(c)
--pos --pos
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_POSITION) e1:SetCategory(CATEGORY_POSITION)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE) e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCondition(c33245030.condition) e1:SetCondition(c33245030.condition)
......
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