10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
#include "ac_imbue2"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "shammdone_5", 1);
|
|
SetLocalInt(oPC, "shammmax_reduction", 1);
|
|
DodgeBonus(5);
|
|
}
|