File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments