Got rid of the rest of the DevCrit restrictions

Got rid of the rest of the DevCrit restrictions.
This commit is contained in:
Jaysyn904
2025-06-10 17:30:43 -04:00
parent 54eec336c5
commit 92dd37996f
28 changed files with 12 additions and 11 deletions

View File

@@ -12,10 +12,10 @@ void a_XPSettingReset(object oPlayerHolder);
//FUNTIONS//
void a_XPSettingReset(object oPlayerHolder){
int oPC_XP = GetXP(oPlayerHolder);
/* int oPC_XP = GetXP(oPlayerHolder);
SetXP(oPlayerHolder,190000);
DelayCommand(0.5, FloatingTextStringOnCreature("The' feat *Devastating Critical* had to be removed from the server, please see the forum for more information", oPlayerHolder));
SetXP(oPlayerHolder, oPC_XP);
SetXP(oPlayerHolder, oPC_XP); */
}