Added stat for consecutive chains of overflows/sorters
This commit is contained in:
@@ -319,6 +319,10 @@ public class Block extends UnlockableContent{
|
||||
stats.add(BlockStat.buildCost, new ItemListValue(false, requirements));
|
||||
}
|
||||
|
||||
if(instantTransfer){
|
||||
stats.add(BlockStat.maxConsecutive, 2, StatUnit.none);
|
||||
}
|
||||
|
||||
consumes.display(stats);
|
||||
|
||||
// Note: Power stats are added by the consumers.
|
||||
|
||||
Reference in New Issue
Block a user