13 lines
226 B
VB.net
13 lines
226 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class Oblivious
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(12, "Oblivious", "Prevents it from becoming infatuated.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|