6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
#include "AdjustAbility"
|
|
void main()
|
|
{
|
|
AdjustAbility(ABILITY_CHARISMA, -2);
|
|
}
|