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

Merge branch 'pregmod-master' into 'pregmod-master'

Don't throw when mindbroken slaves are in the quick list

Closes #4512

See merge request pregmodfan/fc-pregmod!11301
parents 607a136e 2ccad70d
No related branches found
No related tags found
1 merge request!11301Don't throw when mindbroken slaves are in the quick list
Pipeline #57364 passed
...@@ -42,7 +42,7 @@ globalThis.getSlaveTrustClass = function(slave) { ...@@ -42,7 +42,7 @@ globalThis.getSlaveTrustClass = function(slave) {
} }
if (slave.fetish === Fetish.MINDBROKEN) { if (slave.fetish === Fetish.MINDBROKEN) {
return ""; return "mindbroken";
} }
if (slave.trust < -95) { if (slave.trust < -95) {
......
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