13 lines
244 B
VB.net
13 lines
244 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class CheekPouch
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(167, "Cheek Pouch", "Restores HP as well when the Pokémon eats a Berry.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|