10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
#include "att_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "dvdone_32a", 1);
|
|
SetLocalInt(oPC, "gab_max",1);
|
|
AttackBonus(3);
|
|
}
|