Skip to content

Commit 9e6c722

Browse files
committed
landlord fix
1 parent 768a51a commit 9e6c722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/blind.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -925,14 +925,14 @@ local landlord = {
925925
pos = { x = 0, y = 2 },
926926
dollars = 5,
927927
boss = {
928-
min = 1,
928+
min = 4,
929929
max = 666666,
930930
},
931931
atlas = "blinds_two",
932932
order = 26,
933933
boss_colour = HEX("c89f13"),
934934
calculate = function(self, blind, context)
935-
if context.after then
935+
if context.after and not G.GAME.blind.disabled then
936936
local jokers = {}
937937
for i, v in pairs(G.jokers.cards) do
938938
if not v.ability.rental then

0 commit comments

Comments
 (0)