Skip to content

Commit

Permalink
More fixes + undo my bork
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowletTV committed Feb 14, 2025
1 parent e580bfd commit 80c4cae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions events/character_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ character_events.4 = {
limit = {
is_governor = no
is_mercenary = no
is_alive = yes
trigger_if = {
limit = {
has_variable = came_from
Expand Down
4 changes: 4 additions & 0 deletions events/flavor_gad.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ flavor_gad.1 = {
trigger = {
current_date < 500.1.1
primary_culture = turdetanian
NOT = {
tag = GAD
}
exists = c:GAD
any_current_war = {
is_war_leader = ROOT
is_war_leader = c:GAD
Expand Down
2 changes: 2 additions & 0 deletions events/flavor_turdetanian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ flavor_turdetanian.1 = {
trigger = {
current_date < 554.1.1
primary_culture = turdetanian
exists = c:CAR
any_current_war = {
is_war_leader = c:CAR
is_war_leader = ROOT
any_war_attacker = { this = c:CAR }
}
Expand Down
2 changes: 1 addition & 1 deletion events/invictus_events/inv_building_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ inv_building_events.11 = {
exists = governor_or_ruler
governor_or_ruler = { has_trait = pyromaniac }
}
holding_owner = {
governor_or_ruler = {
save_scope_as = pyromaniac_administrator
}
}
Expand Down
6 changes: 5 additions & 1 deletion events/mission_events/me_phoenicia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -521,14 +521,16 @@ me_phoenicia.803 = { #Back to Phoenician
if = {
limit = {
NOT = { has_variable = sel_no_acess_bought }
exists = c:SEL
}
c:SEL = { save_scope_as = sel_bought }
}
if = {
limit = {
NOT = { has_variable = egy_no_acess_bought }
exists = c:EGY
}
c:egy = { save_scope_as = egy_bought }
c:EGY = { save_scope_as = egy_bought }
}
}

Expand All @@ -538,6 +540,7 @@ me_phoenicia.803 = { #Back to Phoenician
if = {
limit = {
not = {has_variable = sel_no_acess_bought}
exists = c:SEL
}
add_treasury = 50
c:SEL = { add_military_access = c:SID }
Expand All @@ -546,6 +549,7 @@ me_phoenicia.803 = { #Back to Phoenician
if = {
limit = {
not = {has_variable = egy_no_acess_bought}
exists = c:EGY
}
add_treasury = 50
c:EGY = { add_military_access = c:SID }
Expand Down

0 comments on commit 80c4cae

Please sign in to comment.