Added enchantments #32

Merged
IsakSkole123 merged 6 commits from 31-enchantment-system into main 2023-04-18 18:01:03 +00:00
IsakSkole123 commented 2023-04-17 11:04:09 +00:00 (Migrated from github.com)

Fixing #31

Fixing #31
IsakSkole123 commented 2023-04-17 11:07:10 +00:00 (Migrated from github.com)

I just need to update every card to use this.

I just need to update every card to use this.
LunarTides (Migrated from github.com) reviewed 2023-04-18 17:27:34 +00:00
@ -465,6 +468,103 @@ class Card {
if (!t) return true;
LunarTides (Migrated from github.com) commented 2023-04-18 17:27:34 +00:00
        vars = vars.filter(c => typeof(c[1]) == "number"); // Filter for only numbers
```suggestion vars = vars.filter(c => typeof(c[1]) == "number"); // Filter for only numbers ```
LunarTides (Migrated from github.com) approved these changes 2023-04-18 18:00:53 +00:00
Sign in to join this conversation.
No reviewers
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!32
No description provided.