Skip to content
Snippets Groups Projects
Commit 23084277 authored by Trinidad's avatar Trinidad :flag_es:
Browse files

modified: src/events/RESS/forbiddenMasturbation.js

	modified:   src/events/nonRandom/daughters/pUndergroundRailroad.js
parent f17f2ff8
No related branches found
No related tags found
1 merge request!11848Update bad rumors about the player (old V.PC.degeneracy)
...@@ -231,6 +231,7 @@ App.Events.RESSForbiddenMasturbation = class RESSForbiddenMasturbation extends A ...@@ -231,6 +231,7 @@ App.Events.RESSForbiddenMasturbation = class RESSForbiddenMasturbation extends A
r.push(`gets on ${his} ${knees}`); r.push(`gets on ${his} ${knees}`);
} }
r.push(`and sucks you off. ${He} does a decent job, playing with ${himself} all the while. ${He}'s learned that ${he} can get away with infractions if ${he}'s willing to suck dick afterward. ${His} resistance to your will <span class="devotion dec">has increased.</span>`); r.push(`and sucks you off. ${He} does a decent job, playing with ${himself} all the while. ${He}'s learned that ${he} can get away with infractions if ${he}'s willing to suck dick afterward. ${His} resistance to your will <span class="devotion dec">has increased.</span>`);
r.push(newRumor.weakness());
eventSlave.devotion -= 5; eventSlave.devotion -= 5;
seX(eventSlave, "oral", V.PC, "penetrative"); seX(eventSlave, "oral", V.PC, "penetrative");
return r; return r;
......
...@@ -390,7 +390,7 @@ App.Events.PUndergroundRailroad = class PUndergroundRailroad extends App.Events. ...@@ -390,7 +390,7 @@ App.Events.PUndergroundRailroad = class PUndergroundRailroad extends App.Events.
r.push(`All attempts to use your monitoring systems to find the citizens who contacted ${him} fail; it seems their ability to corrupt your systems is considerable. <span class="devotion dec">Whispers of freedom</span> run like wildfire amongst your slaves.`); r.push(`All attempts to use your monitoring systems to find the citizens who contacted ${him} fail; it seems their ability to corrupt your systems is considerable. <span class="devotion dec">Whispers of freedom</span> run like wildfire amongst your slaves.`);
V.slaves.filter(desiresFreedom).forEach(s => s.devotion -= 10); V.slaves.filter(desiresFreedom).forEach(s => s.devotion -= 10);
traitor.devotion -= 15; traitor.devotion -= 15;
r.push(newRumor.weakness()); newRumor.weakness();
App.Events.addParagraph(frag, r); App.Events.addParagraph(frag, r);
return frag; return frag;
} }
......
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