Commit 2c95351c authored by mercury233's avatar mercury233 Committed by GitHub

fix ブービーゲーム

parent 7dcd19e7
...@@ -13,7 +13,7 @@ function c27923575.initial_effect(c) ...@@ -13,7 +13,7 @@ function c27923575.initial_effect(c)
e2:SetDescription(aux.Stringid(27923575,1)) e2:SetDescription(aux.Stringid(27923575,1))
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetProperty(EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1,27923575) e2:SetCountLimit(1,27923575)
e2:SetCondition(c27923575.setcon) e2:SetCondition(c27923575.setcon)
e2:SetTarget(c27923575.settg) e2:SetTarget(c27923575.settg)
......
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