Skip to content
Snippets Groups Projects

Ngp and sub target to JS

1 unresolved thread
6 files
+ 183
97
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -375,3 +375,11 @@ new App.DomPassage("Ova Transplant Workaround",
@@ -375,3 +375,11 @@ new App.DomPassage("Ova Transplant Workaround",
return App.UI.ovaTransplantWorkaround();
return App.UI.ovaTransplantWorkaround();
}
}
);
);
 
 
new App.DomPassage("Subordinate Targeting",
 
() => {
 
V.nextButton = "Back";
 
V.nextLink = "Slave Interact";
 
return App.UI.subordinateTargeting();
 
}
 
);
Loading