Rearranged dept stores TMs, as per Darkfire's specs. Fixed TM38 price.

This commit is contained in:
CaptainSegis 2016-11-13 18:36:08 -05:00
parent 9709404c56
commit c8154a3f1c
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Namespace Items.Machines
Inherits TechMachine
Public Sub New()
MyBase.New(True, 2000, 126)
MyBase.New(True, 5500, 126)
End Sub
End Class