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