Skip to content

Commit 2cd84ec

Browse files
why not
1 parent 1019a8e commit 2cd84ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/misc.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,10 @@ end
277277

278278
-- checks for Jolly Jokers or cards that are supposed to be treated as jolly jokers
279279
function Card:is_jolly()
280-
if self.ability.name == "Jolly Joker" then
280+
if
281+
self.ability.name == "Jolly Joker"
282+
or self.ability.name == "cry-jollysus Joker"
283+
then
281284
return true
282285
end
283286
if self.edition and self.edition.key == "e_cry_m" then

0 commit comments

Comments
 (0)