Skip to content
Snippets Groups Projects
Commit 95fa03d9 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'string-lit' into 'pregmod-master'

string lit

Closes #2496

See merge request !8223
parents 79c6f5d7 19e37464
No related branches found
No related tags found
1 merge request!8223string lit
...@@ -192,7 +192,7 @@ App.Medicine.Modification.Select.brand = function(slave, cheat = false) { ...@@ -192,7 +192,7 @@ App.Medicine.Modification.Select.brand = function(slave, cheat = false) {
} }
} else { } else {
if (slave.brand[V.brandTarget.local] === V.brandDesign.local) { if (slave.brand[V.brandTarget.local] === V.brandDesign.local) {
p.append(`${He} already has ${V.brandDesign.local} on ${his} V.brandTarget.local.`); p.append(`${He} already has ${V.brandDesign.local} on ${his} ${V.brandTarget.local}.`);
} else { } else {
if (!cheat) { if (!cheat) {
p.append( p.append(
......
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