Commit 4c8eec52 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c59718521.lua

Update: Added missing Psycho.
parent a029b92c
......@@ -28,7 +28,7 @@ function c59718521.condition1(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentChain()==0
end
function c59718521.filter(c)
return c:IsReleasable() and not c:IsStatus(STATUS_BATTLE_DESTROYED)
return c:IsReleasable() and c:IsRace(RACE_PSYCHO) and not c:IsStatus(STATUS_BATTLE_DESTROYED)
end
function c59718521.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c59718521.filter,1,nil,RACE_PSYCHO) 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