game.ruleset: Semicolons after *_min_range
*_min_range -fields added to game.rulesets by #41701 have semicolon after them. While harmless (it just indicate that rest of the line would be a comment), we probably want to clean those out.
Might be handy: 'grep ";$" data/*/*.ruleset'
*_min_range -fields added to game.rulesets by #41701 have semicolon after them. While harmless (it just indicate that rest of the line would be a comment), we probably want to clean those out.