Fixes for fragment cannons

This commit is contained in:
Cmdr McDonald
2017-01-25 14:23:57 +00:00
parent 46775879f7
commit 63e850b5aa
4 changed files with 9 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ export default class Modification extends TranslatedComponent {
let symbol;
if (name === 'jitter') {
symbol = '°';
} else if (name !== 'burst') {
} else if (name !== 'burst' && name != 'burstrof') {
symbol = '%';
}
if (symbol) {