Skip to content

Commit

Permalink
Update path.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaredcscott authored Aug 16, 2020
1 parent f74515f commit a5dfe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') }
Expand Down

0 comments on commit a5dfe8f

Please sign in to comment.