diff --git a/src/npc/descriptions/longSlave.js b/src/npc/descriptions/longSlave.js index 5d1e11dc13c99dca2992969026756632744b3821..2ebeb71c204ee9011e8d1e6ff90db757a7e3ac5a 100644 --- a/src/npc/descriptions/longSlave.js +++ b/src/npc/descriptions/longSlave.js @@ -419,9 +419,11 @@ App.Desc.longSlave = function({slave = V.activeSlave, saleDescription = V.saleDe if (!hasAnyArms(slave)) { r.push(`creating two bushy patches under where ${his} arms used to be.`); } else { - r.push(`so it can be seen poking out from under ${his} arm`); + r.push(`so it can be seen poking out from under ${his}`); if (hasBothArms(slave)) { - r.push(`s`); + r.push(`arms`); + } else { + r.push(`arm`); } r.push(`at all times.`); }