Stellaris

Stellaris

Guilli's Planet Modifiers and Features
Making a merge patch is a PITA for no good reason
Essentially, using code like this:
potential = { NOT = { has_global_flag = has_planetary_diversity_mod } } potential = { has_ascension_perk = "ap_world_shaper" }
instead of this:
potential = { NOT = { has_global_flag = has_planetary_diversity_mod } has_ascension_perk = "ap_world_shaper" }
in the file "common\terraform\02_special_terraform_links.txt" causes Compare programs like KDiff to utterly fail.
While this doesn't actually hurt the game, it really does make patching far more difficult than it needs to be. I've adjusted this locally, easy fix, though it would be nice not to need to do this each time I need to rebuild my local patch due to update.