feat(combat): water traversal costs 3 and ends the turn
This commit is contained in:
@@ -56,7 +56,6 @@ final class MatchStateTest extends TestCase
|
||||
*/
|
||||
public static function impassableTerrainProvider(): iterable
|
||||
{
|
||||
yield 'water' => [Terrain::Water];
|
||||
yield 'blocking' => [Terrain::Blocking];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user