mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -98,7 +98,7 @@ export default class Module {
|
||||
} else if (modification.method === 'overwrite') {
|
||||
value = null;
|
||||
} else {
|
||||
value = ((value / 10000 + 1) / (1 + mod) - 1) * 10000;
|
||||
value = ((value / 10000 + 1) / (1 + modifierActions[name]) - 1) * 10000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user