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