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
1 merge request!8264Spa report to js
......@@ -231,9 +231,8 @@ App.EndWeek.spaReport = function() {
if (
(S.Attendant.intelligence + S.Attendant.intelligenceImplant > 15) &&
(attendantUsedCure === 0) &&
(
(S.Attendant.intelligence + S.Attendant.intelligenceImplant) + seed) > random(1, 200) &&
(V.spaFix === 0)
(S.Attendant.intelligence + S.Attendant.intelligenceImplant + seed) > random(1, 200) &&
(V.spaFix === 0)
) {
App.Events.addNode(el, 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