Commit 4c0b25e8 authored by mallu11's avatar mallu11 Committed by GitHub

fix 溟界の虚 (#1602)

parent 20ea810f
......@@ -84,7 +84,7 @@ function c96433300.tgop1(e,tp,eg,ep,ev,re,r,rp)
end
function c96433300.tgcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_SZONE) and c:IsPreviousPosition(POS_FACEUP) and c:GetSequence()<5
return c:IsPreviousLocation(LOCATION_SZONE) and c:IsPreviousPosition(POS_FACEUP) and c:GetPreviousSequence()<5
end
function c96433300.cfilter(c)
return not c:IsRace(RACE_REPTILE) and c:IsFaceup() and c:IsAbleToGrave()
......
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