103104105106107108109110111112
if(_active) return; for(int i = 0; i < _stats.length; i++) { player.addStatFunc(new FuncAdd(_stats[i], 0x40, this, new LambdaConst(_values[i]))); } _active = true; }