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

Fix "sychosuppressants"

parent f66115fb
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ Call as <<SlaveInteractDrugs>>
<</link>>
<</if>>
<<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > -100) && $activeSlave.indentureRestrictions < 1>>
| <<link "Psychosuppressants">><<set $activeSlave.drugs = "sychosuppressants">><<SlaveInteractDrugs>><</link>>
| <<link "Psychosuppressants">><<set $activeSlave.drugs = "psychosuppressants">><<SlaveInteractDrugs>><</link>>
<<else>>
| Psychosuppressants
<</if>>
......
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