2025/12/12 Update

Updated PEPS
Hooked up module GUI event for spell effect manager.
Updated nim tools.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-12 14:33:30 -05:00
parent 36565033c9
commit e2ef284388
411 changed files with 13207 additions and 9627 deletions

View File

@@ -32,6 +32,7 @@ void main()
vector vTarget = GetTargetingModeSelectedPosition();
location lLocation = Location(GetArea(oPC), vTarget, GetFacing(oPC));
object oObject = GetLocalObject(oPC, "AI_TARGET_OBJECT");
DeleteLocalString(oPC, AI_TARGET_MODE);
// If the user manually exited targeting mode without selecting a target, return
if(!GetIsObjectValid(oTarget) && vTarget == Vector())
{
@@ -327,6 +328,7 @@ void main()
if(JsonGetType(jLvlStatList) == JSON_TYPE_NULL)
{
RemoveHenchman(oPC, oHenchman);
ChangeToStandardFaction(oHenchman, STANDARD_FACTION_DEFENDER);
// Make sure to get a clean faction version of the henchman here.
jHenchman = ObjectToJson(oHenchman, TRUE);
jHenchman = CreateLevelStatList(jHenchman, oHenchman, oPC);