Commit ede4dd1b authored by wind2009's avatar wind2009

Update 千年の十字

parent 21131feb
...@@ -68,9 +68,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,9 +68,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e3,tp) Duel.RegisterEffect(e3,tp)
if c:IsRelateToEffect(e) and e:IsHasType(EFFECT_TYPE_ACTIVATE) then if c:IsRelateToEffect(e) and e:IsHasType(EFFECT_TYPE_ACTIVATE) then
c:CancelToGrave() c:CancelToGrave()
if c:IsAbleToDeck() then Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) if c:IsLocation(LOCATION_ONFIELD) then
else
c:CancelToGrave(false) c:CancelToGrave(false)
end end
end end
......
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