13 lines
233 B
VB.net
13 lines
233 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class AngerPoint
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(83, "Anger Point", "Maxes Attack after taking a critical hit.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|