Skip to content

Commit

Permalink
mv help/ and bzb/ to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
white-haired-uncle committed May 25, 2024
1 parent 0c59cd5 commit d352db6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions utils/global_events.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Do you want to change it for something else?"
[command]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/help/interface.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/help/interface.cfg"))
>>
[/lua]
[fire_event]
Expand All @@ -900,7 +900,7 @@ Do you want to change it for something else?"
[command]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/help/walkthroughs.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/help/walkthroughs.cfg"))
>>
[/lua]
[fire_event]
Expand All @@ -913,7 +913,7 @@ Do you want to change it for something else?"
[command]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/help/faq.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/help/faq.cfg"))
>>
[/lua]
[fire_event]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions utils/utils.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ $item_info.description"
[/filter]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/dynamic/beelzebub/see_beelzebub_monument.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/beelzebub/see_beelzebub_monument.cfg"))
>>
[/lua]
[fire_event]
Expand All @@ -1335,7 +1335,7 @@ $item_info.description"
[/filter]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/dynamic/beelzebub/visit_beelzebub_monument.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/beelzebub/visit_beelzebub_monument.cfg"))
>>
[/lua]
[set_variable]
Expand Down Expand Up @@ -1416,7 +1416,7 @@ $item_info.description"
[/filter]
[lua]
code=<<
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/dynamic/beelzebub/beelzebub_die.cfg"))
wesnoth.require("wml-utils").handle_event_commands(wml.load("~add-ons/Legend_of_the_Invincibles/utils/beelzebub/beelzebub_die.cfg"))
>>
[/lua]
[fire_event]
Expand Down

0 comments on commit d352db6

Please sign in to comment.