Re-added the getStockPurchaseCost() and getStockSaleGain() functions so we don't break user scripts

This commit is contained in:
danielyxie
2019-06-02 20:28:02 -07:00
parent e5e3fec1a9
commit 0b4968d148
6 changed files with 81 additions and 2 deletions
+2 -2
View File
@@ -224,10 +224,10 @@ export let CONSTANTS: IMap<any> = {
v0.47.0
* Stock Market changes:
** Transactions no longer influence stock prices (but they still influence forecast)
** Removed getStockPurchaseCost() and getStockSaleGain() Netscript functions
**
* Scripts now start/stop instantly
* Improved performance when starting up many copies of a new script (by Ornedan)
* Dialog boxes can now be closed with the ESC key (by jaguilar)
v0.47.0
* Stock Market changes: