A very small update which fixes only one bug.
Content:
N/A
Bug Fixes:
Fixed a bug where FU21 becomes exceedingly more powerful than stated.
This is caused by part of FU21's formula being Date.now() - game.time.since.start, but game.time.since.start is not a timestamp of Date.now(), rather a counter in ms that goes up.