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

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

Int gain restriction

See merge request pregmodfan/fc-pregmod!4075
parents a49987c0 d8609074
No related branches found
No related tags found
1 merge request!4075Int gain restriction
......@@ -303,7 +303,10 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo
<<EventNameDelink $activeSlave>>
<<replace "#result">>
When $activeSlave.slaveName finishes using $subSlave.slaveName's mouth, $subSlave.slaveName crawls out from under _his2 desk and stumbles back towards _his2 seat. _He2 stops short when _he2 realizes you're sitting in it. All the other students do their absolute best to be perfectly studious as $subSlave.slaveName gets back to _his2 knees, for you this time. After class is over, you tell _him2 that since _he2 can't have been paying particularly good attention, _he2'll have to take @@.green;remedial classes@@ after everyone else is done. $activeSlave.slaveName gives $subSlave.slaveName a very thorough grope at 'remedial classes,' making sure to pinch $his student's nipples.
<<set $subSlave.oralCount += 1, $oralTotal += 1, $subSlave.intelligenceImplant += 0.5>>
<<set $subSlave.oralCount += 1, $oralTotal += 1>>
<<if $subSlave.intelligenceImplant < 29.5>>
<<set $subSlave.intelligenceImplant += 0.5>>
<</if>>
<<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>>
<</replace>>
<</link>>
......
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