Skip to content

Commit fab7e2e

Browse files
m
1 parent 4e94ee6 commit fab7e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/blind.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ local trophy = {
13051305
order = 95,
13061306
boss_colour = HEX("bbdb44"),
13071307
set_blind = function(self, reset, silent)
1308-
G.GAME.trophymod = true
1308+
if not reset then G.GAME.trophymod = true end
13091309
end,
13101310
defeat = function(self, silent)
13111311
if G.GAME.trophymod then

0 commit comments

Comments
 (0)