Commit 23d5799b authored by wind2009's avatar wind2009

Fix 幻奏の音姫スペクタキュラー・バッハ

https://github.com/Fluorohydride/ygopro-pre-script/pull/1265
parent 5d83bd84
......@@ -28,7 +28,7 @@ function s.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e3:SetCode(EVENT_TO_GRAVE)
e1:SetCountLimit(1,id+o)
e3:SetCountLimit(1,id+o)
e3:SetTarget(s.sptg1)
e3:SetOperation(s.spop1)
c:RegisterEffect(e3)
......
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