We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac34545 commit 328477eCopy full SHA for 328477e
lib/pointerlib.lua
@@ -99,7 +99,7 @@ end
99
100
function Cryptid.pointergetblist(target) -- "Is this card pointer banned?"
101
target = Cryptid.pointergetalias(target) or target
102
- target = G.P_CENTERS[target] or target
+ target = target
103
results = {}
104
results[1] = false
105
if not target then
@@ -133,6 +133,7 @@ function Cryptid.pointergetblist(target) -- "Is this card pointer banned?"
133
if G.DEBUG_POINTER then
134
135
end
136
+ target = G.P_CENTERS[target] or target
137
if results[1] == false then
138
if target and target.set == "Joker" then
139
results[2] = "Joker"
0 commit comments