Skip to content

Commit 69278d9

Browse files
authored
Fix example
1 parent 5cbe58e commit 69278d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SMODS.Center/SMODS.Edition.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Use this function to set the edition of a card
110110
Option 2 - table of keys and weights. Used to override default weights,
111111
```lua
112112
{
113-
e_foil = 1,
114-
e_holo = 1,
115-
e_negative = 1
113+
{name = 'e_foil', weight = 1,},
114+
{name = 'e_holo', weight = 1,},
115+
{name = 'e_polychrome', weight = 1,}
116116
}
117-
```
117+
```

0 commit comments

Comments
 (0)