Fixed corrupted module

Fixed corrupted module.
This commit is contained in:
Jaysyn904
2021-09-05 09:45:35 -04:00
parent 85dbcf860e
commit 57c458f161
266 changed files with 4133 additions and 132786 deletions

View File

@@ -8,7 +8,7 @@ int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetHitDice(oPC) > 2) return FALSE;
if (GetHitDice(oPC) > 1) return FALSE;
return TRUE;
}