Commit 213f94fc authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030008.lua

parent a0fcaf41
...@@ -111,6 +111,6 @@ function c12030008.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -111,6 +111,6 @@ function c12030008.drop(e,tp,eg,ep,ev,re,r,rp)
if rp==1-tp and tp==e:GetLabel() then if rp==1-tp and tp==e:GetLabel() then
Duel.Remove(ss,POS_FACEDOWN,REASON_EFFECT) Duel.Remove(ss,POS_FACEDOWN,REASON_EFFECT)
else else
Duel.SendtoDeck(ss,tp,2,REASON_EFFECT) Duel.SendtoDeck(ss,nil,2,REASON_EFFECT)
end end
end end
\ No newline at end of file
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