mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
remove unused var
This commit is contained in:
@@ -28,7 +28,6 @@ export function specialToolTip(translate, blueprint, grp, m, specialName) {
|
||||
} else if (featureDef.type === 'percentage') {
|
||||
symbol = '%';
|
||||
}
|
||||
const modifierActions = Modifications.modifierActions[specialName];
|
||||
let current = m.getModValue(feature) - m.getModValue(feature, true);
|
||||
if (featureDef.type === 'percentage') {
|
||||
current = Math.round(current / 10) / 10;
|
||||
|
||||
Reference in New Issue
Block a user