Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Agamidae committed Nov 18, 2024
1 parent c34c20f commit b7c18d2
Show file tree
Hide file tree
Showing 136 changed files with 41,091 additions and 16,231 deletions.
34 changes: 34 additions & 0 deletions OCR-Support/common/scripted_guis/ocr_travel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,37 @@ grab_travel_plan = {
# }
# }
}


grab_provisions_low = {
effect = {
set_variable = {
name = provisions_low
value = scope:target
days = 1
}
}
}


grab_provisions_critical = {
effect = {
set_variable = {
name = provisions_critical
value = scope:target
days = 1
}
}
}

clear_provisions_low = {
effect = {
remove_variable = provisions_low
}
}

clear_provisions_critical = {
effect = {
remove_variable = provisions_critical
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ lesson_basics_holdings = {
gui_transition = {
button_id = "next"
button_text = "tutorial_lesson_button_next"
target = lesson_basics_buildings_complete_desc
target = lesson_basics_buildings_complete
enabled = {
custom_description = {
text = lesson_basics_start_construction_tt
Expand Down Expand Up @@ -967,7 +967,7 @@ lesson_basics_schemes = {
exists = root.cp:councillor_court_chaplain
any_scheme = {
scheme_type = sway
scheme_target = root.cp:councillor_court_chaplain
scheme_target_character = root.cp:councillor_court_chaplain
}
}
}
Expand All @@ -986,7 +986,7 @@ lesson_basics_schemes = {
exists = root.cp:councillor_court_chaplain
any_scheme = {
scheme_type = sway
scheme_target = root.cp:councillor_court_chaplain
scheme_target_character = root.cp:councillor_court_chaplain
}
}
}
Expand Down
Loading

0 comments on commit b7c18d2

Please sign in to comment.