Skip to content

Commit

Permalink
Merge pull request #207 from planetarium/feature/soulstone
Browse files Browse the repository at this point in the history
Add soulstones to avatar bound ticker
  • Loading branch information
U-lis authored Dec 15, 2023
2 parents bd8d8b7 + 3e94840 commit 8a5e804
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion common/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@

CURRENCY_LIST = ("NCG", "CRYSTAL", "GARAGE")

AVATAR_BOUND_TICKER = ("RUNE_GOLDENLEAF",)
AVATAR_BOUND_TICKER = (
"RUNE_GOLDENLEAF",
"SOULSTONE_1001", # D:CC Blackcat
"SOULSTONE_1002", # Red Dongle
"SOULSTONE_1003", # Valkyrie of Light
"SOULSTONE_1004", # Lil' Fenrir
)

0 comments on commit 8a5e804

Please sign in to comment.