Skip to content

Commit

Permalink
Fixed a bug with nomads settling
Browse files Browse the repository at this point in the history
Now properly gives the nomadic realm title to a nomadic vassal, instead of the khagan usurping a random clan vassal's clan title.
  • Loading branch information
Whizzer committed Mar 6, 2025
1 parent 4e703ee commit 8aed83b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CleanSlate/events/hl_raiding_adventurers_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1587,12 +1587,12 @@ character_event = {
}
}

random_vassal = {
limit = { clan = yes }
strongest_clan_vassal_except_me = {
save_event_target_as = new_khagan
}

primary_title = {
gain_title = PREVPREV
}
primary_title = {
gain_title = event_target:new_khagan
}
}
else = {
Expand Down

0 comments on commit 8aed83b

Please sign in to comment.