mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
[Docs] Fix link path for overrides.ts in CONTRIBUTING.md (#6706)
Fix link path for overrides.ts in CONTRIBUTING.md Updated link path for overrides.ts in manual testing section. Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
This commit is contained in:
parent
4b9ccf5408
commit
6887de8809
@ -103,7 +103,7 @@ You've just made a change - how can you check if it works? You have two areas to
|
||||
|
||||
> This will likely be your first stop. After making a change, you'll want to spin the game up and make sure everything is as you expect. To do this, you will need a way to manipulate the game to produce the situation you're looking to test.
|
||||
|
||||
[src/overrides.ts](../src/overrides.ts) contains overrides for most values you'll need to change for testing, controlled through the `overrides` object.
|
||||
[src/overrides.ts](./src/overrides.ts) contains overrides for most values you'll need to change for testing, controlled through the `overrides` object.
|
||||
For example, here is how you could test a scenario where the player Pokemon has the ability Drought and the enemy Pokemon has the move Water Gun:
|
||||
|
||||
```typescript
|
||||
|
||||
Loading…
Reference in New Issue
Block a user