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