Commit a2f5546f authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866785.lua

parent f4ec4dcc
Pipeline #32595 failed with stages
in 35 minutes and 49 seconds
......@@ -80,6 +80,7 @@ end
function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local id=Duel.GetTurnCount()
if c:IsRelateToEffect(e) and c:IsFaceup() then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
local ct=math.min(Duel.GetLocationCount(tp,LOCATION_SZONE),3)
local g=Duel.SelectMatchingCard
......@@ -104,6 +105,7 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext()
end
Duel.EquipComplete()
end
end
end
function s.eqlimit(e,c)
......
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