From dbf528e959df402d37fec05df6cba25a1fd80ec5 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Fri, 27 Mar 2020 00:12:14 -0700 Subject: [PATCH] typo --- src/data/newGamePlus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/newGamePlus.js b/src/data/newGamePlus.js index 9cb84019dd7..9e6f5026d61 100644 --- a/src/data/newGamePlus.js +++ b/src/data/newGamePlus.js @@ -152,7 +152,7 @@ App.Data.NewGamePlus = (function() { slave.recruiter = 0; } } - if (s.relationship > 0 && !validRelationship(slave)) { + if (slave.relationship > 0 && !validRelationship(slave)) { slave.relationship = 0; slave.relationshipTarget = 0; } -- GitLab