Prevent Obsession charm exploit
This commit is contained in:
parent
57dfbf721f
commit
49361ed961
1 changed files with 2 additions and 2 deletions
|
|
@ -274,7 +274,7 @@ blind {
|
||||||
|
|
||||||
blind {
|
blind {
|
||||||
key = "bottom",
|
key = "bottom",
|
||||||
boss = {min = 6},
|
boss = {min = 2},
|
||||||
boss_colour = HEX "817536",
|
boss_colour = HEX "817536",
|
||||||
pronouns = "they_them",
|
pronouns = "they_them",
|
||||||
calculate = function(_, b, context)
|
calculate = function(_, b, context)
|
||||||
|
|
@ -282,7 +282,7 @@ blind {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if context.pre_discard then
|
if context.pre_discard and next(G.hand.highlighted) then
|
||||||
b:wiggle()
|
b:wiggle()
|
||||||
ease_discard(1)
|
ease_discard(1)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue