Skip to content
Snippets Groups Projects
Commit 0eaa2120 authored by svornost's avatar svornost
Browse files

Log attempts to change unset FSes instead of throwing

parent 2730474b
No related branches found
No related tags found
1 merge request!8415Log attempts to change unset FSes instead of throwing
......@@ -520,7 +520,7 @@ globalThis.FutureSocieties = (function() {
arcology[activeFS] += 0.05 * magnitude * V.FSSingleSlaveRep * bonusMultiplier;
return repChange;
} else {
throw `Attempted to change unset FS ${activeFS}`;
console.log(`Attempted to change unset FS ${activeFS}`);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment