10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
#include "ac_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "accdone_3", 1);
|
|
SetLocalInt(oPC, "accmax_reduction", 1);
|
|
ArmourBonus(3);
|
|
}
|