Commit 03545db1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224085.lua

parent ddd32794
Pipeline #30964 failed with stages
in 17 seconds
......@@ -53,7 +53,7 @@ function c50224085.disval(e)
local tp=e:GetOwnerPlayer()
local mg=Duel.GetMatchingGroup(c50224085.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
local occupy=0
if #mg<1 then return end
if #mg<1 then return 0x1f1f1f1f end
local sc=mg:GetFirst()
while sc do
occupy=occupy|aux.SequenceToGlobal(sc:GetControler(),sc:GetLocation()&0x0c,sc:GetSequence())
......
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