10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
#include "soak_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "prdone_32", 1);
|
|
SetLocalInt(oPC, "prmax_reduction2", 1);
|
|
DamageReduction(11,4);
|
|
}
|