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

testing correction

parent 828542e7
No related branches found
No related tags found
1 merge request!2712Pregmod v1031
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<<set _newTraining = $activeSlave.intelligence+$activeSlave.intelligenceImplant+(($activeSlave.devotion+$activeSlave.trust)/10)>> <<set _newTraining = $activeSlave.intelligence+$activeSlave.intelligenceImplant+(($activeSlave.devotion+$activeSlave.trust)/10)>>
<<set $activeSlave.training += _newTraining>> <<set $activeSlave.training += _newTraining>>
<<if $cheatMode == 1>><<set _oldTraining = 80-($activeSlave.intelligence*10)+(($activeSlave.devotion+$activeSlave.trust)/10)>> _newTraining _oldTraining<</if>> <<if $cheatMode == 1>><<set _oldTraining = 80-(3*10)+(($activeSlave.devotion+$activeSlave.trust)/10)>> _newTraining _oldTraining<</if>>
<<if ($PC.slaving >= 100) && $personalAttention.length == 1>> /* negate bonus when splitting focus among slaves */ <<if ($PC.slaving >= 100) && $personalAttention.length == 1>> /* negate bonus when splitting focus among slaves */
<<set $activeSlave.training += 20>> <<set $activeSlave.training += 20>>
<</if>> <</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