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