10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
#include "soak_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "acdone_32", 1);
|
|
SetLocalInt(oPC, "acmax_reduction2", 1);
|
|
DamRes2(2,4);
|
|
}
|