13 lines
223 B
VB.net
13 lines
223 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class Unburden
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(84, "Unburden", "Raises Speed if a held item is used.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|