mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 23:27:55 +02:00
Added scan-analyze. Faction rep from donating affected by faction rep multiplier
This commit is contained in:
@@ -219,6 +219,7 @@ function Parser(input) {
|
||||
|
||||
var tok = input.next();
|
||||
if (tok.type == "var" || tok.type == "num" || tok.type == "str")
|
||||
console.log("encountered var in parse_atom");
|
||||
return tok;
|
||||
unexpected();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user