Display item rates on reconstructors (#5581)

Display the rates here because why not
![]https://mee6.is-terrible.com/54feDAY76.png
This commit is contained in:
buthed010203
2021-07-16 12:21:58 -04:00
committed by GitHub
parent fc6ee11ffe
commit 6e10f86546

View File

@@ -64,6 +64,7 @@ public class Reconstructor extends UnitBlock{
@Override
public void setStats(){
stats.timePeriod = constructTime;
super.setStats();
stats.add(Stat.productionTime, constructTime / 60f, StatUnit.seconds);