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

Fix "sychosuppressants"

parent f66115fb
Branches
Tags
No related merge requests found
...@@ -140,7 +140,7 @@ Call as <<SlaveInteractDrugs>> ...@@ -140,7 +140,7 @@ Call as <<SlaveInteractDrugs>>
<</link>> <</link>>
<</if>> <</if>>
<<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > -100) && $activeSlave.indentureRestrictions < 1>> <<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>> <<else>>
| Psychosuppressants | Psychosuppressants
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment