Skip to content
Snippets Groups Projects
Commit 5aa41de0 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Fix subordinate targeting...again.

Closes #2400

See merge request pregmodfan/fc-pregmod!8029
parents 62a79d5d 0e077361
Branches
Tags
1 merge request!8029Fix subordinate targeting...again.
...@@ -141,7 +141,7 @@ App.Entity.Facilities.PenthouseJobs = { ...@@ -141,7 +141,7 @@ App.Entity.Facilities.PenthouseJobs = {
if (callback) { if (callback) {
callback(slave, assignment); callback(slave, assignment);
} }
V.activeSlave = slave; V.AS = ID;
V.returnTo = passage; V.returnTo = passage;
}, linkText); }, linkText);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment