10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
|
// if Valen's taint has been removed
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = GetLocalInt(GetModule(), "bValensTaintGone") == TRUE;
|
||
|
return iResult;
|
||
|
}
|