Closed aturfah closed 5 years ago
Healing Moves should have their own class (to remove the logic from engine code).
Implementation details
battle_engine/pokemon_engine.py
pokemon_helpers/move.py
Test cases
Addressed in #161
Healing Moves should have their own class (to remove the logic from engine code).
Implementation details
battle_engine/pokemon_engine.py
- Remove code for healing movespokemon_helpers/move.py
- Add class for healing movesTest cases