Skip to content
Snippets Groups Projects
Commit a0a4101d authored by brickode's avatar brickode
Browse files

Fixes, removed old file, gated event

parent c03c4019
No related branches found
No related tags found
1 merge request!8243peConcubineInterview to DOM
......@@ -7,11 +7,17 @@ App.Events.RESSConcubineInterview = class RESSConcubineInterview extends App.Eve
}
actorPrerequisites() {
return [];
return [
[
s => s.ID === S.Concubine.ID,
]
];
}
execute(node) {
/** @type {Array<App.Entity.SlaveState>} */
const [eventSlave] = this.actors.map(a => getSlave(a));
/** @type {App.Entity.PlayerState} */
const PC = V.PC;
const {he, his, him, girl, He, His} = getPronouns(eventSlave);
const {he: heP, his: hisP, him: himP, woman: womanP, He: HeP} = getPronouns(PC);
......
This diff is collapsed.
......@@ -437,9 +437,6 @@
<<if canSee(_S.Concubine)>>
<<set $PESSevent.push("loving concubine")>>
<</if>>
<<if canTalk(_S.Concubine) && canHear(_S.Concubine)>>
<<set $events.push("PE concubine interview")>>
<</if>>
<</if>>
<</if>>
......
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