Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMariuso committed Dec 2, 2024
1 parent bf923d2 commit f5eb6d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion events/story_cycles/wc_story_cycle_horde_invasion_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ wc_horde_invasion.1007 = {
name = wc_horde_invasion.1007.c
trigger = {
NOT = { has_title = title:k_stormwind }
scope:king_of_stormwind ?= { is_alive = yes }
can_start_scheme = {
type = murder
target_character = scope:king_of_stormwind
Expand Down Expand Up @@ -914,6 +915,7 @@ wc_horde_invasion.1500 = {
flavor = wc_horde_invasion.1500.b.flavor

trigger = {
scope:guldan ?= { is_alive = yes }
can_start_scheme = {
type = murder
target_character = scope:guldan
Expand Down Expand Up @@ -1011,7 +1013,7 @@ wc_horde_invasion.1501 = {
flavor = wc_horde_invasion.1501.a_alternative.flavor
trigger = {
any_hooked_character = {
count <= 0
count > 0
root = {
has_hook_of_type = {
target = this
Expand Down Expand Up @@ -1042,6 +1044,7 @@ wc_horde_invasion.1501 = {
flavor = wc_horde_invasion.1501.b.flavor

trigger = {
scope:blackhand ?= { is_alive = yes }
can_start_scheme = {
type = murder
target_character = scope:blackhand
Expand Down

0 comments on commit f5eb6d2

Please sign in to comment.