Commit c641798d authored by mercury233's avatar mercury233 Committed by GitHub

fix 獣装合体 ライオ・ホープレイ

parent 948f8c88
...@@ -50,6 +50,7 @@ function c68679595.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,6 +50,7 @@ function c68679595.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,c68679595.eqfilter,tp,LOCATION_EXTRA+LOCATION_DECK,0,1,1,nil,tp) local g=Duel.SelectMatchingCard(tp,c68679595.eqfilter,tp,LOCATION_EXTRA+LOCATION_DECK,0,1,1,nil,tp)
local tc=g:GetFirst() local tc=g:GetFirst()
if not tc then return end
tc.zw_equip_monster(tc,tp,c) tc.zw_equip_monster(tc,tp,c)
end end
end end
......
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