This commit is contained in:
danielyxie
2019-04-19 22:27:33 -07:00
parent bf1af6a68c
commit bcb198220d
18 changed files with 384 additions and 186 deletions
+1
View File
@@ -317,6 +317,7 @@ export function purchaseHashUpgrade(upgName, upgTarget) {
switch (upgName) {
case "Sell for Money": {
Player.gainMoney(upg.value);
Player.recordMoneySource(upg.value, "hacknetnode");
break;
}
case "Sell for Corporation Funds": {