Skip to content

Commit

Permalink
Fixed clothing for Swiss Generals
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Oct 5, 2023
1 parent 0304710 commit 6dbf4be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 deletions common/scripted_triggers/mr_clothing_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,13 @@ mr_swiss_army_clothing_trigger = {
was_formed_from = SWI
}
}
is_interest_group_type = ig_armed_forces
AND = {
has_role = politician
is_ruler = no
OR = {
AND = {
has_role = politician
is_ruler = no
is_interest_group_type = ig_armed_forces
}
has_role = general
}
}
}
Expand Down Expand Up @@ -386,10 +389,13 @@ mr_swiss_officers_clothing_trigger = {
was_formed_from = SWI
}
}
is_interest_group_type = ig_armed_forces
AND = {
has_role = politician
is_ruler = no
OR = {
AND = {
has_role = politician
is_ruler = no
is_interest_group_type = ig_armed_forces
}
has_role = general
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gfx/portraits/portrait_modifiers/01_mr_headgear.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@
}
}

#Swiss Officers and Soldiers should were a Swiss like uniform
#Swiss Officers should wear a Swiss like uniform
mr_swiss_military_headgear = {
dna_modifiers = {
accessory = {
Expand Down

0 comments on commit 6dbf4be

Please sign in to comment.