|
@@ -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
|