瀏覽代碼

[fixed] free drugs.

3xpurt 6 年之前
父節點
當前提交
ee3b3acb88
共有 1 個文件被更改,包括 8 次插入3 次删除
  1. 8 3
      locations/saunawhore.qsrc

+ 8 - 3
locations/saunawhore.qsrc

@@ -817,7 +817,6 @@ if $ARGS[0] = 'saunawork':
 		'You go up to her and she demands your bared arm. You present your arm as required and she takes out a syringe filled with drugs. "Sit still, I''ll give you a shot now and it will make you feel like normal again."'
 
 		act 'Leave':StrongNarkota += 25 & SNarkTimes += 1 & minut += 10 & gt 'saunawhore', 'saunawork'
-
 		exit
 	end
 	if workDolg <= 0 and pcs_mood <= 50 and SaunaWhore > 0 and money >= 1000:
@@ -827,8 +826,14 @@ if $ARGS[0] = 'saunawork':
 			'You are beckoned by the nurse. "OK, come here."'
 			'You go up to her and she asks for your bared arm. You present your arm and she takes out a syringe filled with drugs. "Sit still, I''ll give you a shot now and it will make you feel like normal again."'
 
-			act 'Leave':StrongNarkota += 25 & SNarkTimes += 1 & minut += 10 & gt 'saunawhore', 'saunawork'
-
+			act 'Leave':
+				StrongNarkota += 25
+				SNarkTimes += 1
+				minut += 10
+				money -= 1000
+				gs 'stat'
+				gt 'saunawhore', 'saunawork'
+			end
 			exit
 		end
 	end