Replace nod07 music and fix codestyle
This commit is contained in:
@@ -11,7 +11,7 @@ VehicleProductionCooldown = DateTime.Minutes(4)
|
||||
VehicleProductionTypes = { "jeep", "jeep", "mtnk", "mtnk", "mtnk" }
|
||||
StartingCash = 4000
|
||||
|
||||
BaseProc = { type = "proc", pos = CPos.New(49, 36), cost = 1500, exists = true }
|
||||
BaseProc = { type = "proc", pos = CPos.New(49, 36), cost = 1500, exists = true }
|
||||
BaseNuke1 = { type = "nuke", pos = CPos.New(52, 36), cost = 500, exists = true }
|
||||
BaseNuke2 = { type = "nuke", pos = CPos.New(54, 36), cost = 500, exists = true }
|
||||
BaseNuke3 = { type = "nuke", pos = CPos.New(56, 36), cost = 500, exists = true }
|
||||
|
||||
Reference in New Issue
Block a user