my mulligan isnt working, i made one previously for warlock that worked, this looks the same to me but is not working, can you see a mistake? thanks
{
"GameCardId":"Mulligan",
"ConfigComment":"This is mulligan rules file for demon hunter.",
"Mulligan":
{
"values":
[
{
"comment": "keep battlefiend (CORE_BT_351), ur'zul horror (BT_407), sightless watcher (CORE_BT_323), umberwing (BT_922) ",
"mulligan":"CORE_BT_351,BT_407,CORE_BT_323,BT_922",
"condition": "my_hero(count(),demon hunter) > 0",
"value":"hold",
},
{
"comment": "discard all cards not listed as hold",
"mulligan":"*",
"condition": "my_hero(count(),demon hunter) > 0",
"value":"discard",
}
],
},
}