Skip to content

Commit

Permalink
现在将禁用event_leader的立绘名称对应
Browse files Browse the repository at this point in the history
  • Loading branch information
Elivicti committed May 14, 2023
1 parent 78782d9 commit edc7db5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions common/scripted_triggers/GFEXT_doll_leader_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,11 @@ GFEXT_has_doll_leader_flag = {
has_leader_flag = leader_GF_zb26
has_leader_flag = leader_GF_zip22
}
}

# scope = leader
GFEXT_portrait_correction_allowed = {
NOT = { has_leader_flag = flag_GFEXT_prevent_portrait_correction }
is_event_leader = no
GF_is_doll_leader = yes
}
2 changes: 1 addition & 1 deletion events/GFEXT_doll_leader_name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ country_event = {

trigger = {
has_global_flag = GF_Stellairs_Crisis_Coalition_Enabled
from = { GF_is_doll_leader = yes }
from = { GFEXT_portrait_correction_allowed = yes }
}

immediate = {
Expand Down

0 comments on commit edc7db5

Please sign in to comment.