Commit 21e7b1d5 authored by wind2009's avatar wind2009

Merge branch 'patch-1' into 'master'

fix--竜華三界流転

See merge request mycard/pre-release-database-cdb!100
parents c482b573 57542a81
Pipeline #29210 passed with stages
in 1 minute and 1 second
...@@ -75,7 +75,7 @@ function s.cfilter(c) ...@@ -75,7 +75,7 @@ function s.cfilter(c)
and c:IsFaceupEx() and c:IsSetCard(0x2c1) and c:IsAbleToDeck() and c:IsFaceupEx() and c:IsSetCard(0x2c1) and c:IsAbleToDeck()
end end
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED+LOCATION_ONFIELD) and chkc:IsControler(tp) and s.cfilter(chkc) end
if chk==0 then return Duel.IsExistingTarget(s.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) if chk==0 then return Duel.IsExistingTarget(s.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil)
and Duel.IsPlayerCanDraw(tp,1) end and Duel.IsPlayerCanDraw(tp,1) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
......
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