Skip to content

Commit 94d2397

Browse files
committed
"Borreload Liberator Dragon" fix
Fixed a bug where it would be possible to activate its first effect even without an available monster zone
1 parent 43904d6 commit 94d2397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c100452016.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function s.initial_effect(c)
3636
c:RegisterEffect(e2)
3737
end
3838
function s.controlfilter(c,zones)
39-
return c:IsControlerCanBeChanged(false,zone)
39+
return c:IsControlerCanBeChanged(false,zones)
4040
end
4141
function s.controltg(e,tp,eg,ep,ev,re,r,rp,chk)
4242
local zones=e:GetHandler():GetLinkedZone()&ZONES_MMZ

0 commit comments

Comments
 (0)