Commit 2b7108d0 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c55401221.lua

Fix: Removed double return.
parent 1338b9e3
...@@ -10,5 +10,5 @@ function c55401221.initial_effect(c) ...@@ -10,5 +10,5 @@ function c55401221.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c55401221.atlimit(e,c) function c55401221.atlimit(e,c)
return return c:IsFaceup() and c:IsRace(RACE_THUNDER) and c:GetCode()~=55401221 return c:IsFaceup() and c:IsRace(RACE_THUNDER) and c:GetCode()~=55401221
end 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