Skip to content
Snippets Groups Projects
Commit 64ec230d authored by Pregmodder's avatar Pregmodder
Browse files

revert fix

parent 624ecb91
Branches
Tags
1 merge request!5458Push and revert, nothing to see here.
......@@ -1458,7 +1458,7 @@
<</if>>
<<case "psychostimulants">>
<<set _origIntel = $genePool.find(function(s) { return s.ID == $slaves[$i].ID; }).intelligence>>
<<if (_origIntel+15 >= $slaves[$i].intelligence) || ($slaves[$i].intelligence >= 100)>>
<<if (_origIntel+15 <= $slaves[$i].intelligence) || ($slaves[$i].intelligence >= 100)>>
$His intelligence has been improved as much as a drink possibly can. @@.yellow;$His drug regimen has been ended.@@
<<set $slaves[$i].drugs = "no drugs">>
<</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment