Commit 4a077c3c authored by mercury233's avatar mercury233 Committed by DailyShana

fix Brain Research Lab (#570)

parent 1fca242d
...@@ -57,7 +57,7 @@ end ...@@ -57,7 +57,7 @@ end
function c85668449.lrcon(e,tp,eg,ep,ev,re,r,rp) function c85668449.lrcon(e,tp,eg,ep,ev,re,r,rp)
if tp~=ep then return false end if tp~=ep then return false end
local lp=Duel.GetLP(ep) local lp=Duel.GetLP(ep)
if lp<=ev then return false end if lp<ev then return false end
if not re or not re:IsHasType(0x7e0) then return false end if not re or not re:IsHasType(0x7e0) then return false end
local rc=re:GetHandler() local rc=re:GetHandler()
return rc:IsLocation(LOCATION_MZONE) and rc:IsRace(RACE_PSYCHO) return rc:IsLocation(LOCATION_MZONE) and rc:IsRace(RACE_PSYCHO)
......
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