Skip to content

Commit

Permalink
Doubled passive money gain speed and decreased amount
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Feb 28, 2021
1 parent 44b3798 commit c6a3735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion entity/money.mfk
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ void money_tick() {
bonus = 0
}

earn(10 + bonus, care_bonus)
earn(7 + bonus, care_bonus)
}
4 changes: 4 additions & 0 deletions entity/time.mfk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ void time_tick() {
day_timer = 0
increment_day()
money_tick()
} else if (day_timer == 8) {
money_tick()

day_timer += 1
} else {
day_timer += 1
}
Expand Down

0 comments on commit c6a3735

Please sign in to comment.