Amon_PRC8/_module/nss/dev_crit_onlvlup.nss
Jaysyn904 92dd37996f Got rid of the rest of the DevCrit restrictions
Got rid of the rest of the DevCrit restrictions.
2025-06-10 17:30:43 -04:00

21 lines
464 B
Plaintext

//THE STOPPING OF DEV CRIT ON LEVELING, Tris'la
#include "_trisla_fun_bin"
void main()
{
/* object oPlayer = GetPCLevellingUp();
int nF_ID = 495;
for (nF_ID; nF_ID <= 532; ++nF_ID){
if (GetHasFeat(nF_ID, oPlayer)){
a_XPSettingReset(oPlayer);
}
else if (GetHasFeat(955, oPlayer) || GetHasFeat(996, oPlayer)){
a_XPSettingReset(oPlayer);
}
else{}
} */
}