Skip to content

Commit e5cbfab

Browse files
committed
Merge branch 'quantify' of https://github.com/SpectralPack/Cryptid into quantify
2 parents 7360fdb + 37baf6d commit e5cbfab

35 files changed

+2595
-596
lines changed

Cryptid.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"priority": 114,
1010
"badge_colour": "708b91",
1111
"badge_text_colour": "FFFFFF",
12-
"version": "0.5.9-dev2",
12+
"version": "0.5.9",
1313
"dependencies": [
1414
"Talisman (>=2.2.0a)",
15-
"Steamodded (>=1.0.0~BETA-0525b)"
15+
"Steamodded (>=1.0.0~BETA-0614a)"
1616
],
1717
"conflicts": [
1818
"Saturn",

assets/1x/atlasSleeves.png

2.29 KB
Loading

assets/1x/atlasepic.png

-19.2 KB
Loading

assets/1x/atlasexotic.png

14.2 KB
Loading

assets/1x/atlasspooky.png

-3.96 KB
Loading

assets/2x/atlasSleeves.png

7.12 KB
Loading

assets/2x/atlasepic.png

-50.8 KB
Loading

assets/2x/atlasexotic.png

56 KB
Loading

assets/2x/atlasspooky.png

-36.8 KB
Loading

items/deck.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ local antimatter = {
12241224
unlocked = false,
12251225
check_for_unlock = function(self, args)
12261226
if args.type == "win_deck" then
1227-
if get_deck_win_stake("b_cry_blank") > 0 and get_deck_win_stake() >= 8 then
1227+
if get_deck_win_stake("b_cry_blank") >= 8 then
12281228
unlock_card(self)
12291229
end
12301230
end

0 commit comments

Comments
 (0)