Tweak and refactor build/role preset functions

This commit is contained in:
Colin McLeod
2016-03-03 19:58:47 -08:00
parent 05bc8ebb93
commit 87dd52c043
6 changed files with 158 additions and 85 deletions

View File

@@ -138,6 +138,7 @@ export default class InternalSlotSection extends SlotSection {
<li className='lc' onClick={this._fillWithCargo}>{translate('cargo')}</li>
<li className='lc' onClick={this._fillWithCells}>{translate('scb')}</li>
<li className='lc' onClick={this._fillWithArmor}>{translate('hr')}</li>
<li style={{ textAlign: 'center', marginTop: '1em' }}>{translate('PHRASE_ALT_ALL')}</li>
</ul>
</div>;
}