Skip to content

Commit

Permalink
move isolation effects to events for manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
helloruhe committed Dec 16, 2024
1 parent f6a3b35 commit 9c077e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions events/wc_events/wc_isolation_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ isolation.1 = {
character = root
animation = idle
}

immediate = {
set_global_variable = uldum_has_opened_variable
}

# Time to claim that superweapon I keep hearing rumors about
option = {
Expand Down Expand Up @@ -74,6 +78,10 @@ isolation.2 = {
animation = idle
}

immediate = {
set_global_variable = mists_of_pandaria_parted_variable
}

# New lands to explore and conquer!
option = {
trigger = {
Expand Down Expand Up @@ -156,6 +164,10 @@ isolation.3 = {

override_background = { reference = wc_suramar_fullscreen }

immediate = {
set_global_variable = suramar_barrier_lowered_variable
}

# Okay
option = {
name = ISOLATION_3_OPT_A
Expand Down

0 comments on commit 9c077e0

Please sign in to comment.