Commit 2a153565 authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent 08b1c04f
Pipeline #26795 passed with stages
in 19 minutes and 35 seconds
...@@ -21,6 +21,7 @@ function s.initial_effect(c) ...@@ -21,6 +21,7 @@ function s.initial_effect(c)
e4:SetType(EFFECT_TYPE_IGNITION) e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetProperty(EFFECT_FLAG_CARD_TARGET) e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
e4:SetCountLimit(1,id)
e4:SetTarget(s.gsptg) e4:SetTarget(s.gsptg)
e4:SetOperation(s.gspop) e4:SetOperation(s.gspop)
c:RegisterEffect(e4) c:RegisterEffect(e4)
......
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