Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "dmfi_plychat_inc"
|
||||
#include "dmfi_plchlishk_i"
|
||||
#include "dmfi_getln_inc"
|
||||
#include "prc_inc_util"
|
||||
|
||||
int iNightMusic;
|
||||
int iDayMusic;
|
||||
@@ -3701,7 +3702,7 @@ void DoRestFunction(int iRest, object oUser)
|
||||
while (GetIsObjectValid(oLoop))
|
||||
{
|
||||
if (oArea == GetArea(oLoop))
|
||||
ForceRest(oLoop);
|
||||
PRCForceRest(oLoop);
|
||||
oLoop = GetNextPC();
|
||||
}
|
||||
}
|
||||
@@ -4142,7 +4143,7 @@ void DoRestFunction(int iRest, object oUser)
|
||||
oLoop = GetFirstPC();
|
||||
while (GetIsObjectValid(oLoop))
|
||||
{
|
||||
ForceRest(oLoop);
|
||||
PRCForceRest(oLoop);
|
||||
oLoop = GetNextPC();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user