Commit 4f8613cc authored by mercury233's avatar mercury233 Committed by GitHub

fix 天翔ける騎士

parent 7a94b10d
...@@ -22,7 +22,7 @@ function c5916510.initial_effect(c) ...@@ -22,7 +22,7 @@ function c5916510.initial_effect(c)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1,5916511) e2:SetCountLimit(1,5916511)
e2:SetOperation(aux.exccon) e2:SetCondition(aux.exccon)
e2:SetTarget(c5916510.ovtg) e2:SetTarget(c5916510.ovtg)
e2:SetOperation(c5916510.ovop) e2:SetOperation(c5916510.ovop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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