瀏覽代碼

Merge branch 'fix-road-house-tips' of LoyalCourtJester/glife into master

[fixed] changed money += workKafe['tips_roll'] to money += workkafe['tips_total'] to fix this issue.
Kevin_Smarts 1 年之前
父節點
當前提交
2b89fe6621
共有 1 個文件被更改,包括 1 次插入1 次删除
  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