amtep / ck3-tiger

Checks Crusader Kings 3 user mod files for common mistakes and warns about them.
GNU General Public License v3.0
36 stars 13 forks source link

false positive: track whether script values have been saved #106

Closed amtep closed 6 months ago

amtep commented 7 months ago

Repeated value fields in a script value are normally warned about because the previous value is being overwritten. But it's ok if the value is being saved to a scope in between.

Fixes #102