mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Change module modding to have absolute values entered
This commit is contained in:
@@ -219,7 +219,7 @@ export default class ModificationsMenu extends TranslatedComponent {
|
||||
this.lastNeId = modName;
|
||||
(editable ? modifiableModifications : modifications).push(
|
||||
<Modification key={ key } ship={ ship } m={ m }
|
||||
value={m.getModValue(modName) / 100 || 0} modItems={this.modItems}
|
||||
value={m.getPretty(modName) || 0} modItems={this.modItems}
|
||||
onChange={onChange} onKeyDown={this._keyDown} name={modName}
|
||||
editable={editable} handleModChange = {this._handleModChange} />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user