|
@@ -242,7 +242,8 @@ if $ARGS[0] = 'RapistFight':
|
|
|
'You ride him for some time, your power forcing him to cum <<$scxcum>> pulling every drop of energy out of each eruption, with the rush causing you to orgasm as he does...'
|
|
|
''
|
|
|
act 'Continue':
|
|
|
- succubusQW['rapist_cash'] = rand(50, 300)
|
|
|
+ raw_cash = rand(50, 300)
|
|
|
+ succubusQW['rapist_cash'] = func('_difficulty','addmoneystring', raw_cash)
|
|
|
guy += 1
|
|
|
pcs_horny = 0
|
|
|
orgasm += 1 + scfeed
|
|
@@ -258,6 +259,7 @@ if $ARGS[0] = 'RapistFight':
|
|
|
'Finally, when your instincts tell you he has nothing left to give, you get off him and fix your clothes.'
|
|
|
'As you make ready to leave, you look down upon your would-be-rapist-turned-meal as he lies there utterly exhausted and wonder if this experience will discourage him from such activities in the future...'
|
|
|
'Before you leave him to contemplate such things you check his wallet and grab <<succubusQW[''rapist_cash'']>> <b>₽</b> as a bonus reward.'
|
|
|
+ money += succubusQW['rapist_cash']
|
|
|
act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|