watermark logo

Night Watchman Heavy Duty SK5 Steel Sword Cane

9 Views
Above All That Drama

http://www.budk.com/Night-Watc....hman-Heavy-Duty-Swor

The Night Watchman Heavy Duty Sword Cane is something you can count on whether it's to assist you in walking or as an extra measure of self-defense. This inconspicuous cane conceals a 25" SK5 carbon steel blade that is razor-sharp and ready to defend you at a moment's notice. The formidable blade is housed inside a black, hard-coated aluminum shaft that can even be used as a striking weapon during a surprise attack. The handle is constructed of sturdy fiber filled nylon for a secure grip and a rubber toe keeps the cane from slipping. If you're a sword collector, or just need some additional peace of mind, this is the sword cane for you!

25" SK5 carbon steel blade
Hard-coated aluminum shaft and rubber toe
Fiber filled nylon handle
Overall length: 39"
This Item Cannot Ship to the Following States: CA, MA, NY

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }