Add _ between the name and id in game.cardIds #406

Closed
opened 2025-11-02 20:24:33 +00:00 by LunarTides · 0 comments
LunarTides commented 2025-11-02 20:24:33 +00:00 (Migrated from github.com)

This prevents confusion if game.cardIds.ability179 means name: "ability", id: 179 or name: "ability1", id: 79.
It would instead look like this: game.cardIds.ability1_79

This prevents confusion if `game.cardIds.ability179` means `name: "ability", id: 179` or `name: "ability1", id: 79`. It would instead look like this: `game.cardIds.ability1_79`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LunarTides/Hearthstone.js#406
No description provided.