From 81ed9d06d1db90b28a1c7909c6a39839e14bcfb6 Mon Sep 17 00:00:00 2001 From: geoffthemedio Date: Sat, 1 Jul 2023 11:11:54 +0200 Subject: [PATCH] remove stacking label from policy species empire opinion like/dislike effects, which probably prevented more than one such effect from acting per species --- default/scripting/policies/policies.macros | 2 -- 1 file changed, 2 deletions(-) diff --git a/default/scripting/policies/policies.macros b/default/scripting/policies/policies.macros index ee3b02832dd..819aaa08c1b 100644 --- a/default/scripting/policies/policies.macros +++ b/default/scripting/policies/policies.macros @@ -21,7 +21,6 @@ SPECIES_LIKES_OR_DISLIKES_POLICY_STABILITY_EFFECTS ] SpeciesLikes name = ThisPolicy ] - accountinglabel = "LIKES_POLICY_LABEL" effects = SetSpeciesTargetOpinion species = Target.Species @@ -39,7 +38,6 @@ SPECIES_LIKES_OR_DISLIKES_POLICY_STABILITY_EFFECTS ] SpeciesDislikes name = ThisPolicy ] - accountinglabel = "LIKES_POLICY_LABEL" effects = SetSpeciesTargetOpinion species = Target.Species