Merge pull request #2213 from dou867/dev

fix joes guns org name and stock name do not match.
This commit is contained in:
hydroflame
2021-12-29 02:25:51 -05:00
committed by GitHub

View File

@ -779,7 +779,7 @@ export const InitStockMetadata: IConstructorParams[] = [
max: 350, max: 350,
min: 200, min: 200,
}, },
name: "Joes Guns", name: LocationName.Sector12JoesGuns,
otlkMag: 1, otlkMag: 1,
spreadPerc: { spreadPerc: {
divisor: 10, divisor: 10,
@ -790,7 +790,7 @@ export const InitStockMetadata: IConstructorParams[] = [
max: 52e3, max: 52e3,
min: 15e3, min: 15e3,
}, },
symbol: StockSymbols["Joes Guns"], symbol: StockSymbols[LocationName.Sector12JoesGuns],
}, },
{ {