Skip to content

Commit

Permalink
reversed incorrect change to vanilla files
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-h committed Sep 24, 2024
1 parent 0adc1c4 commit 032b4da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions common/scripted_triggers/00_scripted_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,18 @@ is_dangerous_faction_trigger = {
}
}

is_player_heir_of_trigger = {
$CHARACTER$ = { save_temporary_scope_as = potential_heir_haver }
custom_description = {
text = "is_player_heir_of_trigger_text"
subject = this
object = scope:potential_heir_haver

exists = $CHARACTER$.player_heir
this = $CHARACTER$.player_heir
}
}

basic_allowed_to_imprison_character_trigger = { #Only to be used in is_shown for imprison interaction and similar
save_temporary_scope_as = allowed_imprisoner
$CHARACTER$ = {
Expand Down
12 changes: 0 additions & 12 deletions common/scripted_triggers/wc_vanilla_triggers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,4 @@ tier_or_family_member_tier_greater_or_equal_trigger = {
highest_held_title_tier >= $TIER$
}
}
}

is_player_heir_of_trigger = {
$CHARACTER$ = { save_temporary_scope_as = potential_heir_haver }
custom_description = {
text = "is_player_heir_of_trigger_text"
subject = this
object = scope:potential_heir_haver

exists = $CHARACTER$.player_heir
this = $CHARACTER$.player_heir
}
}

0 comments on commit 032b4da

Please sign in to comment.