#!/usr/bin/perl
#use Mooix::Thing;
run sub {
	my $this=shift;
	$this->spring(0) unless $this->defines('spring');
	chmod(0664, $this->fieldfile('spring')) || die "chmod: $!";
	$this->waddling(0);
	chmod(0664, $this->fieldfile('waddling')) || die "chmod: $!";
	return $this->super(@_);
}
