Change Log 1.6.9.6
This update addresses a single bug which can cause an unhandled error message in console when using goop with the base installation and no changes.
The Remedies\goop.yml file should have its cure values changed as shown:
Code (YAML):
# List of ailments that the remedy cures
cures
:
- burn
- broken_leg
- typhus
- common_cold
It was previously trying to cure some ailments that are not included in the base install, and was throwing an error.
This error is now handled gracefully, however, please update your goop.yml files accordingly anyway.