9293949596979899100
{ // make sure the boni are not applyed twice.. if (_active) return; for (int i=0; i < _stats.length; i++) ((L2Character)player).addStatFunc(new FuncAdd(_stats[i], 0x40, this, new LambdaConst(_values[i]))); _active = true; }