darkfire006 6348ea0fc6 Item changes
Fix Rock incense, Edit Pink Bow text, add 11 new TMs
2019-02-07 22:23:54 -06:00

15 lines
217 B
VB.net

Namespace Items.Machines
<Item(476, "TM 176")>
Public Class TM176
Inherits TechMachine
Public Sub New()
MyBase.New(True, 2000, 492)
End Sub
End Class
End Namespace