Browse Source

[fixed] Sveta now gets her tips from Road House cafe

Kevin_Smarts 10 months ago
parent
commit
5698895919
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/city_kafe.qsrc

+ 2 - 0
locations/city_kafe.qsrc

@@ -618,6 +618,8 @@ if $ARGS[0] = 'tips':
 	!! minimum and maximum at 100 and 500 with small randomisation
 	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']
 	!! Reset daily modifier
 	workKafe['tips_roll'] = 0
 	!! Skill and attribute gains