diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js index 293718ec20cd06635ec4a5468933846e7ba0cee1..3e6d68a6558e9ec6526168b5bc3440e90616b7ac 100644 --- a/src/interaction/sellSlave.js +++ b/src/interaction/sellSlave.js @@ -2723,7 +2723,7 @@ App.Interact.sellSlave = function(slave) { r.push(`The mercenary sniper greets ${slave.slaveName} before the two of them head off for a battlefield halfway around the world. "Let's hope you've got a good eye for political assassinations," he says humorlessly.`); for (const s of V.slaves) { if (s.skill.combat <= 15) { - s.devotion -= 3; + s.trust -= 3; slaveImpact = 1; } }