Skip to content

v0.301 ~ The 1st smol Update (9/9/2020)

Latest
Compare
Choose a tag to compare
@IdleSquadron IdleSquadron released this 09 Sep 00:41
· 3 commits to master since this release
4dbb5f7

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.