Commit c858f7c3 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Dinomist Rex (#545)

parent 93b38a31
...@@ -48,7 +48,7 @@ function c63251695.effcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -48,7 +48,7 @@ function c63251695.effcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c63251695.efftg(e,tp,eg,ep,ev,re,r,rp,chk) function c63251695.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=e:GetHandler():IsChainAttackable(2,true) local b1=e:GetHandler():IsChainAttackable(0,true)
local b2=Duel.IsExistingMatchingCard(Card.IsAbleToDeck,tp,0,LOCATION_ONFIELD+LOCATION_HAND,1,nil) local b2=Duel.IsExistingMatchingCard(Card.IsAbleToDeck,tp,0,LOCATION_ONFIELD+LOCATION_HAND,1,nil)
if chk==0 then return b1 or b2 end if chk==0 then return b1 or b2 end
local opt=0 local opt=0
......
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