Commit d7f9d732 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c23410020.lua

parent 929ab1a5
...@@ -84,5 +84,5 @@ end ...@@ -84,5 +84,5 @@ end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.bkfil,tp,0,LOCATION_REMOVED,3,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.bkfil,tp,0,LOCATION_REMOVED,3,nil) end
local bg=Duel.GetMatchingGroup(cm.bkfil,tp,0,LOCATION_REMOVED,nil):RandomSelect(tp,3) local bg=Duel.GetMatchingGroup(cm.bkfil,tp,0,LOCATION_REMOVED,nil):RandomSelect(tp,3)
Duel.SendtoDeck(bg,nil,REASON_EFFECT) Duel.SendtoDeck(bg,nil,2,REASON_EFFECT)
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