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

Replace c98001000.lua

parent 775bab61
Pipeline #32431 passed with stages
in 35 minutes and 41 seconds
......@@ -43,7 +43,7 @@ function c98001000.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterFlagEffect(tp,98001000,RESET_CHAIN,0,1)
end
function c98001000.xyzfilter(c)
return c:IsXyzSummonable(nil) and (c:IsRank(4) or c:IsCode(23301100))
return c:IsXyzSummonable(nil) and (c:IsRank(4) or c:IsCode(98001100))
end
function c98001000.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c98001000.xyzfilter,tp,LOCATION_EXTRA,0,1,nil) 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