Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad Mules exemption patch target #68

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion aiscripts/lib.request.orders.xml
Expand Up @@ -37,7 +37,7 @@ Now possible to assign Mules to station with assignment="assignment.trade" while
<!-- It is known that the ship is assigned to a certain station; game is now deciding what orders to give. -->
<!-- Inserting as the first do_elseif in decision making so to exempt the Mules; -->
<!-- Mules will enter the following custom block of code instead of the vanilla AutoTrade code further down below. -->
<add sel="/aiscript[@name='lib.request.orders']/attention/actions/do_else/do_elseif/do_elseif[0]" pos="before">
<add sel="/aiscript[@name='lib.request.orders']/attention/actions/do_else/do_elseif/do_elseif[1]" pos="before">
<!--
{$value}? checks if any variable with this name exists;
here, if we detected the ship running a Mules command, this variable will be here, and so the expression will be TRUE.
Expand Down