13 lines
220 B
VB.net
13 lines
220 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class ArenaTrap
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(71, "Arena Trap", "Prevents the foe from fleeing.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|