optmul changes are displayed additively

This commit is contained in:
Felix Linker
2018-09-15 00:42:39 +02:00
parent 2456ce330b
commit 1151bd1614

View File

@@ -52,7 +52,7 @@ export const STATS_FORMATING = {
'mass': { 'format': 'round1', 'unit': 'T' },
'maxfuel': { 'format': 'round1', 'unit': 'T' },
'optmass': { 'format': 'int', 'unit': 'T' },
'optmul': { 'format': 'pct' },
'optmul': { 'format': 'pct', 'change': 'additive' },
'pgen': { 'format': 'round1', 'unit': 'MW' },
'piercing': { 'format': 'int' },
'power': { 'format': 'round', 'unit': 'MW' },