seed house and power data

This commit is contained in:
Eric Hulburd
2016-01-31 11:35:22 -06:00
parent e4513282f9
commit 2c42090cd9
5 changed files with 32 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
export default class {
static normal(average){
return average + n6() * average;
return average + this.n6() * average;
}
static n6(){