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

scar fix

parent e76015c8
No related branches found
No related tags found
1 merge request!9734Scar fix
...@@ -237,7 +237,7 @@ App.Desc.expandScarString = function(slave, surface) { // scars can sometimes be ...@@ -237,7 +237,7 @@ App.Desc.expandScarString = function(slave, surface) { // scars can sometimes be
break; break;
default: default:
if (scar > 2) { if (scar > 2) {
r += "serious "; r += `serious ${kind}`;
} else if (scar) { } else if (scar) {
r += kind; r += kind;
} }
......
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