Commit 3b3a9ca1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent 9b122966
Pipeline #31211 failed with stages
in 23 minutes and 22 seconds
...@@ -10,11 +10,11 @@ function c50224130.initial_effect(c) ...@@ -10,11 +10,11 @@ function c50224130.initial_effect(c)
e1:SetTarget(c50224130.sptg) e1:SetTarget(c50224130.sptg)
e1:SetOperation(c50224130.spop) e1:SetOperation(c50224130.spop)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--draw --tohand
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND) e2:SetCategory(CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_BE_MATERIAL) e2:SetCode(EVENT_BE_MATERIAL)
e2:SetCountLimit(1,50224130+1) e2:SetCountLimit(1,50224130+1)
e2:SetCondition(c50224130.thcon) e2:SetCondition(c50224130.thcon)
......
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