Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMariuso committed Dec 2, 2024
1 parent ac399d7 commit 925ee42
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions events/story_cycles/wc_story_cycle_horde_invasion_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -965,14 +965,15 @@ wc_horde_invasion.1501 = {
name = wc_horde_invasion.1501.a
flavor = wc_horde_invasion.1501.a.flavor
trigger = {
any_hooked_character = {
count > 0
root = {
has_hook_of_type = {
target = this
type = loyalty_hook
}
}
NOT = {
any_hooked_character = {
root = {
has_hook_of_type = {
target = this
type = loyalty_hook
}
}
}
}
}

Expand Down Expand Up @@ -1013,13 +1014,12 @@ wc_horde_invasion.1501 = {
flavor = wc_horde_invasion.1501.a_alternative.flavor
trigger = {
any_hooked_character = {
count > 0
root = {
has_hook_of_type = {
target = this
type = loyalty_hook
}
}
root = {
has_hook_of_type = {
target = this
type = loyalty_hook
}
}
}
}

Expand Down

0 comments on commit 925ee42

Please sign in to comment.