Commit 2427e7f9 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix PSYフレームロード・Λ (#2446)

parent 0c4e41eb
...@@ -26,7 +26,7 @@ function c8802510.initial_effect(c) ...@@ -26,7 +26,7 @@ function c8802510.initial_effect(c)
end end
function c8802510.cfilter(c,tp) function c8802510.cfilter(c,tp)
return c:IsFaceup() and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousLocation(LOCATION_MZONE) return c:IsFaceup() and c:IsPreviousPosition(POS_FACEUP) and c:IsPreviousLocation(LOCATION_MZONE)
and bit.band(c:GetPreviousRaceOnField(),RACE_PSYCHO)~=0 and c:IsPreviousControler(tp) and bit.band(c:GetPreviousRaceOnField(),RACE_PSYCHO)~=0 and c:IsPreviousControler(tp) and c:IsRace(RACE_PSYCHO)
end end
function c8802510.regcon(e,tp,eg,ep,ev,re,r,rp) function c8802510.regcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c8802510.cfilter,1,nil,tp) return eg:IsExists(c8802510.cfilter,1,nil,tp)
......
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