Commit 52d3f418 authored by mercury233's avatar mercury233 Committed by GitHub

fix ユニオン・キャリアー

parent 9a869807
...@@ -56,6 +56,7 @@ function c83152482.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,6 +56,7 @@ function c83152482.eqop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
local g=Duel.SelectMatchingCard(tp,c83152482.eqfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,1,nil,tc:GetOriginalAttribute(),tc:GetOriginalRace(),tp) local g=Duel.SelectMatchingCard(tp,c83152482.eqfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,1,nil,tc:GetOriginalAttribute(),tc:GetOriginalRace(),tp)
local sc=g:GetFirst() local sc=g:GetFirst()
if not sc then return end
local res=sc:IsLocation(LOCATION_DECK) local res=sc:IsLocation(LOCATION_DECK)
if not Duel.Equip(tp,sc,tc) then return end if not Duel.Equip(tp,sc,tc) then return end
--equip limit --equip limit
......
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