10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
#include "soak_imbue"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "done_3a", 1);
|
|
SetLocalInt(oPC, "max_spell", 1);
|
|
SpellResBonus(3);
|
|
}
|