10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
#include "soak_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "mass_crit_upg", 1);
|
|
SetLocalInt(oPC, "mcngdone_32", 1);
|
|
MassCrit(3);
|
|
}
|