cwking420
Potential Patron
- Joined
- Sep 17, 2012
I am making this request even though I know there is not much chance of getting it before the site goes down, but here it is anyway. I was hoping one of you modding genius's would make a mod so that she swallows all the cum in her mouth with a single gulp. I know there is already a mod that will make her keep swallowing until it is all gone, but this is not quite what I'm hoping for. Isn't it so much sexier when she just gobbles up your offering in one swallow no matter how big the load!
EDIT:
EDIT:
Code:
package flash
{
public dynamic class Main extends flash.display.MovieClip
{
public var lProxy;
public var her;
public function initl(l)
{
var lp = lProxy.createProxy(her, "swallowFromMouth");
lp.addPre(sfm, true);
lp.hooked = false;
l.unloadMod();
}
//Clear mouth in one go.
private function sfm() : void
{
her.cumInMouth = 0;
}
}
}