Commit 5f2ab701 authored by mercury233's avatar mercury233 Committed by GitHub

fix Elemental HERO Cosmo Neos

parent 29b871ea
...@@ -38,7 +38,7 @@ function c90050480.set_category(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,7 +38,7 @@ function c90050480.set_category(e,tp,eg,ep,ev,re,r,rp)
end end
function c90050480.retop(e,tp,eg,ep,ev,re,r,rp) function c90050480.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) or c:IsFacedown() then return end if not c:IsRelateToEffect(e) then return end
Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT) Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
if c:IsLocation(LOCATION_EXTRA) then if c:IsLocation(LOCATION_EXTRA) then
local g=Duel.GetMatchingGroup(nil,tp,0,LOCATION_ONFIELD,nil) local g=Duel.GetMatchingGroup(nil,tp,0,LOCATION_ONFIELD,nil)
......
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