Browse Source

[fixed] Missing charging money for a private show.

bgkjdgbizgblzdgbr 3 years ago
parent
commit
edee870d95
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/stripclub.qsrc

+ 1 - 0
locations/stripclub.qsrc

@@ -161,6 +161,7 @@ if $ARGS[0] = 'forman':
 		if money >= 5000:
 			act 'Order a special show (5,000 <b>₽</b>)':
 				stprrand = rand(0, 1)
+				money -= 5000
 
 				if stprrand = 0:gt 'stripclub', 'stpr1'
 				if stprrand = 1:gt 'stripclub', 'stpr2'