瀏覽代碼

actually add the money from succubus hunt

Mona.Lisa 1 年之前
父節點
當前提交
2837ab66db
共有 2 個文件被更改,包括 5 次插入1 次删除
  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