Commit 617547b8 authored by nekrozar's avatar nekrozar

fix Earthbound Immortal Wiraqocha Rasca

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=8461

■『そのカードを持ち主のデッキに戻す』処理と、『その後、戻した数だけ相手の手札をランダムに選んで捨て、このカードの攻撃力は捨てた数×1000アップする』の処理は同時に行われる扱いではありません。
parent 59c61463
......@@ -57,6 +57,7 @@ function c41181774.hdop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(sg,nil,2,REASON_EFFECT)
local ct=sg:FilterCount(Card.IsLocation,nil,LOCATION_DECK+LOCATION_EXTRA)
if ct==0 then return end
Duel.BreakEffect()
local dg=Duel.GetFieldGroup(tp,0,LOCATION_HAND):RandomSelect(tp,ct)
local dt=Duel.SendtoGrave(dg,REASON_EFFECT+REASON_DISCARD)
local c=e:GetHandler()
......
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