5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(10.0, ApplyEffectToObject(DURATION_TYPE_PERMANENT, EffectModifyAttacks(5), OBJECT_SELF));
|
|
}
|