Spelling & grammar pass

Spelling & grammar pass.
This commit is contained in:
Jaysyn904
2021-08-31 16:27:06 -04:00
parent cce2f399ac
commit e7bf8a9664
155 changed files with 37918 additions and 206 deletions

View File

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