mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
add sea plane item
This commit is contained in:
parent
13c0c56f2b
commit
a0e04eda44
Binary file not shown.
Binary file not shown.
@ -28421,6 +28421,7 @@
|
||||
<Compile Include="Pokemon\Items\KeyItems\LightStone.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\DarkStone.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\LibertySeaMap.vb" />
|
||||
<Compile Include="Pokemon\Items\KeyItems\SeaPlaneTicket.vb" />
|
||||
<Compile Include="Pokemon\Items\Machines\TM171.vb" />
|
||||
<Compile Include="Pokemon\Items\Machines\TM172.vb" />
|
||||
<Compile Include="Pokemon\Items\Machines\TM175.vb" />
|
||||
|
16
P3D/Pokemon/Items/KeyItems/SeaPlaneTicket.vb
Normal file
16
P3D/Pokemon/Items/KeyItems/SeaPlaneTicket.vb
Normal file
@ -0,0 +1,16 @@
|
||||
Namespace Items.KeyItems
|
||||
|
||||
<Item(655, "Sea Plane Ticket")>
|
||||
Public Class SeaPlaneTicket
|
||||
|
||||
Inherits KeyItem
|
||||
|
||||
Public Overrides ReadOnly Property Description As String = "The ticket required for flying on the sea plane. It has a drawing of xxxx on it. "
|
||||
|
||||
Public Sub New()
|
||||
_textureRectangle = New Rectangle(432, 408, 24, 24)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user