CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.68k stars 4.19k forks source link

Fix format mismatches in tripoint item vars #78054

Closed mqrause closed 3 days ago

mqrause commented 4 days ago

Summary

Bugfixes "Fix format mismatches in tripoint item vars"

Purpose of change

Fixes #78052

Describe the solution

Read and write item vars using tripoint::to_string and tripoint::from_string going forward. Still support loading the old format to not break saves.

Describe alternatives you've considered

Testing

Used save and reproduction steps from issue.

Additional context