Browse Source

[fixed] Sveta now gets her total tips instead of tips_roll variable after working a shift at Road House cafe

LoyalCourtJester 10 months ago
parent
commit
f593485089
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/city_kafe.qsrc

+ 1 - 1
locations/city_kafe.qsrc

@@ -619,7 +619,7 @@ if $ARGS[0] = 'tips':
 	if workKafe['tips_total'] < 100: workKafe['tips_total'] = 110 - rand(0,20)
 	if workKafe['tips_total'] > 500: workKafe['tips_total'] = 510 - rand(0,20)
 	!! Give Sveta her tips
-	money += workKafe['tips_roll']
+	money += workKafe['tips_total']
 	!! Reset daily modifier
 	workKafe['tips_roll'] = 0
 	!! Skill and attribute gains