7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
void main()
|
|
{
|
|
effect eMarilith = EffectModifyAttacks(5);
|
|
eMarilith = SupernaturalEffect(eMarilith);
|
|
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eMarilith, OBJECT_SELF);
|
|
}
|