Skip to content

fix!(gamestate): used_vouchers keys has empy values. #154

@S1M0N38

Description

@S1M0N38

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions