Skip to content

Commit 90058b3

Browse files
revert change
1 parent 9cbbf6a commit 90058b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
849849
forced_key = "c_base"
850850
end
851851

852-
if forced_key then --vanilla behavior change, mainly for M Joker reasons
852+
if forced_key and not G.GAME.banned_keys[forced_key] then
853853
_type = (G.P_CENTERS[forced_key].set ~= "Default" and G.P_CENTERS[forced_key].set or _type)
854854
end
855855

0 commit comments

Comments
 (0)