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

	$this->super(@_);
	
	if ($this->flying) {
		$this->msg("look_flying");
	}
}
