From bef3b8b6ae31ae3d445653fe7414af34e6a83e73 Mon Sep 17 00:00:00 2001
From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>
Date: Wed, 6 Sep 2023 16:06:27 -0400
Subject: [PATCH] Fixed a few typos

Fixed a few typos
---
 nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss | 50 +++++++++----------
 nwn/nwnprc/trunk/tlk/prc_consortium.tlk.xml   |  4 +-
 2 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss b/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss
index cc5c3a68..13745b1e 100644
--- a/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss
+++ b/nwn/nwnprc/trunk/scripts/prc_enforce_mark.nss
@@ -881,38 +881,38 @@ int CerebremancerMarkerFeats()
 {
     if(GetLevelByClass(CLASS_TYPE_CEREBREMANCER))
     {
-		int nCerebrmancer	= GetHasFeat(FEAT_CMANCER_SPELLCASTING_FEY)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_ABERRATION)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_MONSTROUS)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_OUTSIDER)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SHAPECHANGER)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_ASSASSIN)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_BARD)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_BEGUILER)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_CELEBRANT_SHARESS)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_CULTIST_PEAK)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_DNECRO)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_DUSKBLADE)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_HARPER)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_HEXBLADE)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_KNIGHT_WEAVE)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SHADOWLORD)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SORCERER)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SUBLIME_CHORD)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SUEL_ARCHANAMACH)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_WARMAGE)
-							+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_WIZARD);
+		int nCereb	= GetHasFeat(FEAT_CMANCER_SPELLCASTING_FEY)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_ABERRATION)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_MONSTROUS)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_OUTSIDER)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SHAPECHANGER)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_ASSASSIN)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_BARD)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_BEGUILER)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_CELEBRANT_SHARESS)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_CULTIST_PEAK)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_DNECRO)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_DUSKBLADE)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_HARPER)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_HEXBLADE)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_KNIGHT_WEAVE)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SHADOWLORD)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SORCERER)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SUBLIME_CHORD)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_SUEL_ARCHANAMACH)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_WARMAGE)
+					+ GetHasFeat(FEAT_CMANCER_SPELLCASTING_WIZARD);
 
-        if(nCerebrmancer > 1)
+        if(nCereb > 1)
         {
-            FloatingTextStringOnCreature("A Cerebrmancer may only advance a single arcane class.", OBJECT_SELF, FALSE);
+            FloatingTextStringOnCreature("A Cerebremancer may only advance a single arcane class.", OBJECT_SELF, FALSE);
             FloatingTextStringOnCreature("Please reselect your feats.", OBJECT_SELF, FALSE);
             return TRUE;
         }
 		
-		if(nCerebrmancer < 1)
+		if(nCereb < 1)
         {
-            FloatingTextStringOnCreature("A Cerebrmancer must pick one arcane class to advance at first level.", OBJECT_SELF, FALSE);
+            FloatingTextStringOnCreature("A Cerebremancer must pick one arcane class to advance at first level.", OBJECT_SELF, FALSE);
             FloatingTextStringOnCreature("Please reselect your feats.", OBJECT_SELF, FALSE);
             return TRUE;
         }
diff --git a/nwn/nwnprc/trunk/tlk/prc_consortium.tlk.xml b/nwn/nwnprc/trunk/tlk/prc_consortium.tlk.xml
index 6ba8e368..45eb7595 100644
--- a/nwn/nwnprc/trunk/tlk/prc_consortium.tlk.xml
+++ b/nwn/nwnprc/trunk/tlk/prc_consortium.tlk.xml
@@ -3314,7 +3314,7 @@ Use: Automatic</entry>
   <entry id="13056" lang="en" sex="m">Aberration Wild Shape</entry>
   <entry id="13057" lang="en" sex="m">Type of Feat: Aberrant
 Prerequisite: Aberration Blood
-Specifics: You can use your wild shape ability to assume the form of an aberration. This requires using PRC Options -&gt; Misc Options -&gt; Aberration Wild Shape to choose.
+Specifics: You can use your wild shape ability to assume the form of an aberration. This requires using PRC Options -> Misc Options -> Aberration Wild Shape to choose.
 Use: Automatic</entry>
   <entry id="13058" lang="en" sex="m">Epic Spellfire Wielder I</entry>
   <entry id="13059" lang="en" sex="m">Epic Spellfire Wielder II</entry>
@@ -50379,7 +50379,7 @@ Spiretop Dragon Ability Adjustments: -4 Str, +8 Dex, +2 Con, -4 Int, -2 Cha.  Sp
 Favored Class (Rogue): A multiclass spiretop dragon's rogue class does not count when determining whether they suffer an XP penalty for multiclassing.
 
 Racial Traits:
-- A spiretop dragon's base land speed is 10 feet and they also have a fly speed of 60
+- A spiretop dragon's base land speed is 10 feet and they also have a fly speed of 60.
 - Dragon: Spiretop dragons are dragons and thus are not subject to sleep and paralysis effects.
 - Tiny: As tiny creatures, spiretop dragons have a +2 bonus to Armor Class, a +2 bonus on attack rolls, and a +8 bonus on Hide checks.
 - Breath Weapon: A spiretop dragon can exhale a Fog Cloud as if cast by a 3rd level sorcerer.  The spiretop dragon must wait 1d4 rounds between uses of this breath weapon.