13 lines
225 B
VB.net
13 lines
225 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class FriendGuard
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(132, "Friend Guard", "Reduces damage done to allies.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|