Bugfix: Quest persistence, mushrooms. wererats

Bugfix: Quest persistence, Talking mushrooms & orc wearing wererats.
This commit is contained in:
Jaysyn904
2022-06-28 09:39:42 -04:00
parent a2d04fe81f
commit 99a8071aeb
9 changed files with 654 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ int StartingConditional()
// nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYspiders");
if (nInt >= 1) return FALSE;
if (!nInt == 1) return FALSE;
return TRUE;
}