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

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