Quest logic bugfixes

Quest logic bugfixes.  Full compile.
This commit is contained in:
Jaysyn904
2022-08-11 20:28:01 -04:00
parent 212d2432f2
commit 8994c41256
39 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ int StartingConditional()
//:: Inspect quest state
nInt = RetrieveQuestState("tribitz", oPC);
if (!nInt == 0)
if (!(nInt == 0))
return FALSE;
return TRUE;