Skip to content

Commit c3fae02

Browse files
committed
2 parents e7583d9 + 92c89ca commit c3fae02

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

lib/ui.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,11 @@ function Card:force_popup()
245245
return false
246246
end
247247
-- Playing cards
248-
if self.config.center.set == "Default" or self.config.center.set == "Base" or self.config.center.set == "Enhanced" then
248+
if
249+
self.config.center.set == "Default"
250+
or self.config.center.set == "Base"
251+
or self.config.center.set == "Enhanced"
252+
then
249253
return false
250254
end
251255
-- Incantation mod compat
@@ -272,4 +276,4 @@ function CardArea:can_highlight(card)
272276
return true
273277
end
274278
return cach(self)
275-
end
279+
end

localization/en-us.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,7 @@ return {
39263926
text = {
39273927
"{T:ev_cry_choco1}1{} {T:ev_cry_choco2}2{} {T:ev_cry_choco3}3{} {T:ev_cry_choco4}4{} {T:ev_cry_choco5}5{}",
39283928
"{T:ev_cry_choco6}6{} {T:ev_cry_choco7}7{} {T:ev_cry_choco8}8{} {T:ev_cry_choco9}9{} {T:ev_cry_choco10}10{}",
3929-
"{C:inactive}(Hover for info)"
3929+
"{C:inactive}(Hover for info)",
39303930
},
39313931
},
39323932
ev_cry_choco1 = {

0 commit comments

Comments
 (0)