13 lines
228 B
VB.net
13 lines
228 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class Hydration
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(93, "Hydration", "Heals status problems if it is raining.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|