Skip to content

Commit efa0636

Browse files
authored
"Tohushaddoll Grysta" update
Prevent infinite loops with its FLIP effect.
1 parent 42689f2 commit efa0636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pre-release/c100447062.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function s.initial_effect(c)
3535
end
3636
s.listed_series={SET_SHADDOLL}
3737
function s.applyfilter(c,e,tp)
38+
if c:IsCode(id) then return false end
3839
if not (not c:IsRace(RACE_ROCK) and c:IsSetCard(SET_SHADDOLL) and c:IsMonster()) then return false end
3940
local effs={c:GetOwnEffects()}
4041
for _,eff in ipairs(effs) do
@@ -121,4 +122,4 @@ end
121122
function s.extratg(e,tp,eg,ep,ev,re,r,rp,chk)
122123
if chk==0 then return true end
123124
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_HAND|LOCATION_ONFIELD|LOCATION_GRAVE)
124-
end
125+
end

0 commit comments

Comments
 (0)