Merge branch 'dev' into bugfix/fix-tests

This commit is contained in:
hydroflame
2022-04-06 20:16:51 -04:00
committed by GitHub
192 changed files with 3339 additions and 2845 deletions
+2 -1
View File
@@ -350,7 +350,8 @@ export function NetscriptBladeburner(
checkBladeburnerCity("switchCity", cityName);
const bladeburner = player.bladeburner;
if (bladeburner === null) throw new Error("Should not be called without Bladeburner");
return bladeburner.city === cityName;
bladeburner.city = cityName;
return true;
},
getStamina: function (): [number, number] {
updateRam("getStamina");