fix!(gamestate): used_vouchers keys has empy values.
Open
completed-in-dev
- Dominant language
- Python
- Stars
- 72
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
We are expecting
```
"used_vouchers": {
"v_petroglyph": "effect of the voucher ...",
"v_wasteful": "effect of the voucher ...",
...
},
```
but instead we are getting
```
"used_vouchers": {
"v_petroglyph": "",
"v_wasteful": "",
...
},
```
This is consider a BREAKING CHANGE because would impact the information that is parsed in BalatroLLM strategy so it would be an unfair advantage for the new runs in balatrobench.com
Contributor guide
Assessment
This issue has not been assessed yet.