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

Merge branch 'pregmod-dev' into 'pregmod-master'

more tweaks

See merge request pregmodfan/fc-pregmod!8913
parents c0ea6ac7 6fcf62af
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,14 @@ App.Events.PEUnderageConcubine = class PEUnderageConcubine extends App.Events.Ba
actorPrerequisites() {
return [ [ // one actor, must be able-bodied, devoted, hearing/speaking, underaged concubine; eyes not necessary
(s) => s.ID === V.ConcubineID,
(s) => s.fetish !== "mindbroken",
(s) => s.actualAge < 18, // it's in the name of the event
(s) => s.visualAge < 18, // so they must also look it
(s) => s.actualAge > 6, // event text assumes fluent speech, inductive reasoning, etc
(s) => s.devotion > 50, // you took her to an external event with you, so you must be able to count on her obedience
canTalk,
(s) => hasAnyArms(s),
canMove,
canHear
] ];
}
......
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