Browse Source

actually add the money from succubus hunt

Mona.Lisa 1 year ago
parent
commit
2837ab66db
2 changed files with 5 additions and 1 deletions
  1. 2 0
      .gitignore
  2. 3 1
      locations/succubus.qsrc

+ 2 - 0
.gitignore

@@ -38,3 +38,5 @@ images.zip
 !.editorconfig
 
 MakeQSP.bat
+/glife.iml
+/Qqsp-1.9.0-win64/

+ 3 - 1
locations/succubus.qsrc

@@ -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