diff options
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9049,7 +9049,7 @@ cards: [ } ], "rules": { - "take_from": [ + "take_1_from": [ 270 ] } @@ -9350,7 +9350,7 @@ cards: [ } ], "rules": { - "may_take_dice_from": [ + "may_take_from": [ 281 ] } @@ -18643,4 +18643,4 @@ cards: [ } ], } -if (typeof module!=='undefined') module.exports = data +if (typeof module!=='undefined') module.exports = data
\ No newline at end of file |