Skip to content

Commit

Permalink
refactor: simplify test of #110
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Apr 20, 2021
1 parent e5ae5a1 commit a3a8b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Ninja/G1CP/Content/Tests/test110.d
Expand Up @@ -7,7 +7,9 @@
*/
func void G1CP_Test_110() {
G1CP_Testsuite_CheckManual();
var zCWaypoint wp; wp = G1CP_Testsuite_FindWaypoint("OCR_OUTSIDE_MCAMP_01");
G1CP_Testsuite_CheckPassed();

Wld_SetTime(4, 0); // Get all the NPCs out of the way
AI_Teleport(hero, "OCR_OUTSIDE_MCAMP_01");
AI_Teleport(hero, wp.name);
};

0 comments on commit a3a8b9d

Please sign in to comment.