Skip to content

Commit

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

// Set time and place
Wld_SetTime(17, 0);
AI_Teleport(hero, "OCR_OUTSIDE_ARENA_BENCH2");
AI_Teleport(hero, wp.name);
};

0 comments on commit d962cd4

Please sign in to comment.