Skip to content
Snippets Groups Projects
Commit 9d7634cb authored by lowercasedonkey's avatar lowercasedonkey
Browse files

bold class

parent 65811ee6
No related branches found
No related tags found
1 merge request!7611Markets to JS
......@@ -16,7 +16,7 @@ App.Markets.JobFulfillmentCenterOrder = function() {
r.push(`You work up a new slave order for posting where slave merchants can work to fulfill it.`);
}
if (V.JFC.order === 1) {
r.push(`You review your posted slave order for a ''${V.JFC.role}''.`);
r.push(`You review your posted slave order for a <span class="bold">${V.JFC.role}</span>.`);
}
if (V.assistant.personality === 1) {
r.push(`As you work, ${V.assistant.name} makes lewd comments about what ${heA} looks forward to doing to this new slave.`);
......
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