10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
#include "soak_imbue"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalInt(oPC, "prdone_5", 1);
|
||
|
SetLocalInt(oPC, "prmax_reduction", 1);
|
||
|
DamRes(11,6);
|
||
|
}
|