diff options
author | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-11 18:12:53 -0500 |
commit | 3e36b5fd9d1aa5a5fbe9132bae98b127b82541aa (patch) | |
tree | c15cd4ec6db8170e669bfb8a1a4e27645edfb24c /bugs_and_glitches.md | |
parent | d5262b8b07335cc89289d9443ee9501579d1170a (diff) |
Fix typos
Diffstat (limited to 'bugs_and_glitches.md')
-rw-r--r-- | bugs_and_glitches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugs_and_glitches.md b/bugs_and_glitches.md index f9704f8..a2d3ee8 100644 --- a/bugs_and_glitches.md +++ b/bugs_and_glitches.md @@ -132,7 +132,7 @@ Each deck AI lists some Pokémon card IDs that have an associated score for retr db $00 ``` -However, the game never actually stores the pointer to these lists (a notable expection being the Legendary Moltres deck), so the AI cannot access these score modifiers. +However, the game never actually stores the pointer to these lists (a notable exception being the Legendary Moltres deck), so the AI cannot access these score modifiers. **Fix:** Edit all applicable decks in `src/engine/ai/decks/`, uncommenting the following line: ```diff |