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