Skip to content
Snippets Groups Projects
Commit 4a5fca1f authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix paren

parent d0fb2dbc
No related branches found
No related tags found
No related merge requests found
...@@ -231,9 +231,8 @@ App.EndWeek.spaReport = function() { ...@@ -231,9 +231,8 @@ App.EndWeek.spaReport = function() {
if ( if (
(S.Attendant.intelligence + S.Attendant.intelligenceImplant > 15) && (S.Attendant.intelligence + S.Attendant.intelligenceImplant > 15) &&
(attendantUsedCure === 0) && (attendantUsedCure === 0) &&
( (S.Attendant.intelligence + S.Attendant.intelligenceImplant + seed) > random(1, 200) &&
(S.Attendant.intelligence + S.Attendant.intelligenceImplant) + seed) > random(1, 200) && (V.spaFix === 0)
(V.spaFix === 0)
) { ) {
App.Events.addNode(el, r); App.Events.addNode(el, r);
r = []; r = [];
......
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