Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetObjectByTag("PRC_Temptation");
|
||||
effect eAppear = EffectDisappear();
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eAppear, oTarget);
|
||||
|
||||
oTarget = GetObjectByTag("PRC_Compassion");
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eAppear, oTarget);
|
||||
}
|
Reference in New Issue
Block a user