Commit 967319ab authored by POLYMER's avatar POLYMER

fix

parent 15509e83
......@@ -127,7 +127,7 @@ function s.lsop(e,tp,eg,ep,ev,re,r,rp)
local mg=c:GetMaterial()
if mg then
Duel.Hint(HINT_CARD,0,id)
local lmc=tonumber(Duel.GetRegistryValue("Kro_Link_Marker_Count"))+#mg+8
local lmc=tonumber(Duel.GetRegistryValue("Kro_Link_Marker_Count"))+#mg
Duel.SetRegistryValue("Kro_Link_Marker_Count",lmc)
local g=Duel.GetFieldGroup(0,0x7f,0x7f)
local xg=Duel.GetOverlayGroup(0,0x7f,0x7f)
......
......@@ -43,7 +43,7 @@ function c98920710.regop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(aux.TRUE,tp,0xff,0xff,nil)
local tc=g:GetFirst()
while tc do
if tc:IsCode(3381441) or tc:IsCode(17393207) or tc:IsCode(21663205) or tc:IsCode(22134079) or tc:IsCode(23927567) or tc:IsCode(24140059) or tc:IsCode(25262697) or tc:IsCode(30450531) or tc:IsCode(46955770) or tc:IsCode(56773577) or tc:IsCode(58139128) or tc:IsCode(58657303) or tc:IsCode(62473983) or tc:IsCode(70000776) or tc:IsCode(72405967) or tc:IsCode(79206925) or tc:IsCode(90434657) or tc:IsCode(99523325) or tc:IsCode(7481441) or tc:IsCode(98920383) or tc:IsCode(62101010) then
if tc:IsCode(3381441) or tc:IsCode(17393207) or tc:IsCode(21663205) or tc:IsCode(22134079) or tc:IsCode(23927567) or tc:IsCode(24140059) or tc:IsCode(25262697) or tc:IsCode(30450531) or tc:IsCode(46955770) or tc:IsCode(56773577) or tc:IsCode(58139128) or tc:IsCode(58657303) or tc:IsCode(62473983) or tc:IsCode(7481467) or tc:IsCode(70000776) or tc:IsCode(72405967) or tc:IsCode(79206925) or tc:IsCode(90434657) or tc:IsCode(99523325) or tc:IsCode(7481441) or tc:IsCode(98920383) or tc:IsCode(62101010) then
aux.AddCodeList(tc,47355498)
end
tc=g:GetNext()
......
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