8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetExitingObject();
|
||
|
if (GetIsPC(oPC)){
|
||
|
RemoveEffect(oPC,SupernaturalEffect(EffectBlindness()));
|
||
|
}
|
||
|
}
|