Got rid of the rest of the DevCrit restrictions
Got rid of the rest of the DevCrit restrictions.
This commit is contained in:
@@ -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); */
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user