Bugfixing pass

Bugfixing pass.  Spawn swapovers.  Broom!
This commit is contained in:
Jaysyn904
2021-09-25 14:13:00 -04:00
parent a6cab9f387
commit 6195a6cf23
94 changed files with 23051 additions and 3712 deletions

View File

@@ -1674,6 +1674,8 @@ void DoSpawn(object oSpawn, int nTimeNow)
nObjectType = OBJECT_TYPE_STORE;
}
SendMessageToPC(GetFirstPC(), "NESS: Checking for group spawn");
// Check Spawn Group
if (nSpawnGroup == TRUE)
{
@@ -1685,6 +1687,9 @@ void DoSpawn(object oSpawn, int nTimeNow)
sTemplate = sSpawnTag;
}
SendMessageToPC(GetFirstPC(), "NESS: nSpawnGroup -> " + (nSpawnGroup ? "TRUE" : "FALSE"));
SendMessageToPC(GetFirstPC(), "NESS: sTemplate -> " + sTemplate);
// Set up alternate Entrance/Exit
if (!nSpawnCamp)
{