Commit 61cf8766 authored by salix5's avatar salix5

Merge pull request #1380 from Steeldarkeagel/patch-46

Update c55401221.lua
parents 1338b9e3 2b7108d0
...@@ -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