forked from Jaysyn/PRC8
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectSkillIncrease(SKILL_LORE, 8), OBJECT_SELF, 6.0);
|
||
|
}
|