Browse Source

[fixed] free drugs.

3xpurt 6 years ago
parent
commit
ee3b3acb88
1 changed files with 8 additions and 3 deletions
  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