Skip to content

Commit

Permalink
now digs tiles to open / claim portal
Browse files Browse the repository at this point in the history
  • Loading branch information
demonds1 committed Dec 22, 2023
1 parent ab3e4af commit 3cb5e96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ftests/tests/ftest_bug_ai_bridge.c
Expand Up @@ -106,6 +106,9 @@ TbBool ftest_bug_ai_bridge_action001__setup_map(struct FTestActionArgs* const ar
ftest_util_mark_slab_for_highlight(slb_x, slb_y, PLAYER0);
}
}

// dig tiles to portal
ftest_util_replace_slabs(20, 14, 21, 14, SlbT_CLAIMED, PLAYER0);

return true; //proceed to next test action
}
Expand Down

0 comments on commit 3cb5e96

Please sign in to comment.