Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/x2_valen_freed2.nss
Normal file
9
_module/nss/x2_valen_freed2.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
// if Valen's taint has been removed
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetLocalInt(GetModule(), "bValensTaintGone") == TRUE;
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user