Update path.js

This commit is contained in:
Jared Scott
2020-08-15 23:30:41 -06:00
committed by GitHub
parent f74515f06d
commit a5dfe8f189
+1 -1
View File
@@ -166,7 +166,7 @@ var Path = {
'grenade': {type: 'weapon' }, 'grenade': {type: 'weapon' },
'bolas': {type: 'weapon' }, 'bolas': {type: 'weapon' },
'laser rifle': {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' }, 'bayonet': {type: 'weapon' },
'charm': {type: 'tool'}, 'charm': {type: 'tool'},
'medicine': {type: 'tool', desc: _('restores') + ' ' + World.MEDS_HEAL + ' ' + _('hp') } 'medicine': {type: 'tool', desc: _('restores') + ' ' + World.MEDS_HEAL + ' ' + _('hp') }