9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
#include "att_imbue"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalInt(oPC, "dvdone_22a", 1);
|
||
|
AttackBonus(2);
|
||
|
}
|