diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 5aa65c1c8aaa7839bde8d975a6e46094a650aeda..00509583666c8a2f523198e384da13f6a3788c38 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1047,7 +1047,7 @@ <</if>> <<if $arcologies[0].FSSlaveProfessionalismResearch == 1>> <<set _origIntel = $genePool.find(function(s) { return s.ID == $activeSlave.ID; }).intelligence>> - <<if (_origIntel+15 < $activeSlave.intelligence) && ($activeSlave.intelligence < 100)>> + <<if ($activeSlave.intelligence < _origIntel+15) && ($activeSlave.intelligence < 100)>> | <<link "Psychostimulants">><<set $activeSlave.drugs = "psychostimulants">><<SlaveInteractDrugs>><</link>> <<else>> | Psychostimulants