mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #2213 from dou867/dev
fix joes guns org name and stock name do not match.
This commit is contained in:
commit
91243f4742
@ -779,7 +779,7 @@ export const InitStockMetadata: IConstructorParams[] = [
|
||||
max: 350,
|
||||
min: 200,
|
||||
},
|
||||
name: "Joes Guns",
|
||||
name: LocationName.Sector12JoesGuns,
|
||||
otlkMag: 1,
|
||||
spreadPerc: {
|
||||
divisor: 10,
|
||||
@ -790,7 +790,7 @@ export const InitStockMetadata: IConstructorParams[] = [
|
||||
max: 52e3,
|
||||
min: 15e3,
|
||||
},
|
||||
symbol: StockSymbols["Joes Guns"],
|
||||
symbol: StockSymbols[LocationName.Sector12JoesGuns],
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user