Skip to content

Commit

Permalink
Bug Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
SinStar87 committed Sep 10, 2018
1 parent 89d99e1 commit 644b0ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Middle Earth/decisions/mep_tours_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ decisions = {
NOT = { has_character_flag = went_on_tour }
}
effect = {
set_character_flag = tour1
set_character_flag = tours1
set_character_flag = setting_up_tour
character_event = { id = mep_tours_events.0 }
}
Expand Down
12 changes: 6 additions & 6 deletions Middle Earth/events/mep_tours_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ character_event = { #Where to go?
option = { #More
name = EVTOPTZZmep_tours_events.0
IF = {
limit = { has_character_flag = tour1 }
clr_character_flag = tour1
set_character_flag = tour2
limit = { has_character_flag = tours1 }
clr_character_flag = tours1
set_character_flag = tours2
break = yes
}
IF = {
limit = { has_character_flag = tour2 }
clr_character_flag = tour2
set_character_flag = tour1
limit = { has_character_flag = tours2 }
clr_character_flag = tours2
set_character_flag = tours1
break = yes
}
}
Expand Down

0 comments on commit 644b0ba

Please sign in to comment.