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

	# Stop blocking messages.
	$this->messagefiltesr->remove(object => $Mooix::Root->filter->unconsciousness);
	
	# Note that there is no message on recovery, since recovery for
	# animate objects that are not avatars generally just happens when
	# someone looks at them.
}
