Skip to content
Snippets Groups Projects
Commit 290ff137 authored by Pregmodder's avatar Pregmodder
Browse files

Fixed lack of verb

parent a603d42d
No related branches found
No related tags found
1 merge request!4297Fixed lack of verb
......@@ -46,7 +46,7 @@ App.Entity.Facilities.ConcubineJob = class extends App.Entity.Facilities.Managin
canEmploy(slave) {
let r = super.canEmploy(slave);
if (slave.amp === 1) {
r.push(`${slave.slaveName} can't as your Concubine without limbs.`)
r.push(`${slave.slaveName} can't serve as your Concubine without limbs.`)
}
return r;
}
......
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