#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	%_=@_;
	
	if ($this->weapon == $_{object}) {
		$this->weapon(undef);
	}
	return 1;
}
