10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
#include "soak_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "done_5", 1);
|
|
SetLocalInt(oPC, "max_reduction", 1);
|
|
DamageReduction(5,5);
|
|
}
|