#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;

	# Make sure that weapons are unwielded before being dropped.
	return unless $this->unwield;
	
	$this->super(@_);
}
