Skip to content

Commit

Permalink
jesus
Browse files Browse the repository at this point in the history
  • Loading branch information
rcuhljr committed Aug 9, 2016
1 parent 84a90a1 commit bcee9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equipmanager.lic
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class EquipmentManager
if info.tie_to
stow_helper("tie my #{info.short_name} to #{info.tie_to}", info.name, 'You attach')
elsif info.wield
stow_helper("sheath my #{item.short_name}", info.name, 'Sheathing', 'You sheathe', 'You .* unload')
stow_helper("sheath my #{info.short_name}", info.name, 'Sheathing', 'You sheathe', 'You .* unload')
else
stow_helper("stow my #{info.short_name}", info.name, 'You put', 'You should unload')
end
Expand Down

0 comments on commit bcee9d2

Please sign in to comment.