diff --git a/script/path.js b/script/path.js index 373a12965..250b9ea30 100644 --- a/script/path.js +++ b/script/path.js @@ -166,7 +166,7 @@ var Path = { 'grenade': {type: 'weapon' }, 'bolas': {type: 'weapon' }, 'laser rifle': {type: 'weapon' }, - 'energy cell': {type: 'tool', desc: _('use with laser rifle') }, + 'energy cell': {type: 'tool', desc: _('emits a soft red glow') }, 'bayonet': {type: 'weapon' }, 'charm': {type: 'tool'}, 'medicine': {type: 'tool', desc: _('restores') + ' ' + World.MEDS_HEAL + ' ' + _('hp') }