Skip to content
Snippets Groups Projects
Commit 0efd1a74 authored by Jones's avatar Jones
Browse files

Devotion Specialization typo

parent aa7ef111
No related branches found
No related tags found
1 merge request!3439Various corporation fixes
......@@ -1896,7 +1896,7 @@
<<set $activeSlave.health = random(25,50)>>
<<if $corpSpecDevotion > 0>>
<<set $activeSlave.devotion = random(-120,-90) * $corpSpecDevotion * 30>>
<<set $activeSlave.devotion = random(-120,-90) + $corpSpecDevotion * 30>>
<<if $corpSpecDevotion == 1>>
It does everything it can to make trainees furious.
<<elseif $corpSpecDevotion == 2>>
......
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