2025/09/04 Update

Implemented class titles for randomized mobs with class levels.
Full compile.
This commit is contained in:
Jaysyn904
2025-09-04 22:40:44 -04:00
parent a66fae8835
commit 5e36a8b4a6
85 changed files with 4626 additions and 249 deletions

View File

@@ -6,7 +6,6 @@
*/
//:://////////////////////////////////////////////////
#include "ms_name_inc"
void NoDropGear(object oNPC)
@@ -101,5 +100,6 @@ void main()
//:: Markshire Nomeclature
ms_Nomenclature(oNPC);
DelayCommand(0.0f, ms_Nomenclature(oNPC));
//DoDebug("prc_pwonspawn: Finished.");
}