diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index e44bc03f9e97a0d21c945b223e8ead566b384b05..a6e779524cbb6cdeb210a5d722550e699be29087 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -973,7 +973,7 @@ App.Desc.oppositeSides = function(surface) { App.Desc.extraMarks = function(slave, markType) { let extras = {}; let slaveMarks = Object.keys(slave[markType]); - if (markType === "brand") { + if (["brand", "scar"].includes(markType)) { for (const bodyPart of slaveMarks) { if ([ "left ear", "right ear",