Quote:
Originally posted by chrisz
People anger is reset when you update stats I think that should be changed!
|
Changed to what?
The way I see it is that if you grow a level, then your mental state changes enough that it is similar to gaining a new perspective on things. With this new perspective, your anger is now restored to its original state since the rest of your body/mind has changed also.
Anyhow, if you don't want it to change then you can take the code out of member.php. To do this,
find in member.php:
PHP Code:
$DB_site->query("UPDATE user SET ap='$apmodifier' WHERE userid=$bbuserinfo[userid]");
and replace with:
PHP Code:
//$DB_site->query("UPDATE user SET ap='$apmodifier' WHERE userid=$bbuserinfo[userid]");
That will leave their AP alone when they update their stats.