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

@@ -5,15 +5,16 @@
#include "craft_inc"
#include "_trisla_fun_bin"
void main(){
void main()
{
/////////////////////////////////////////
//: Stats limits...which seems a little pointless now/////////
int _STR_ = 52;
/* int _STR_ = 52;
int _DEX_ = 52;
int _CON_ = 52;
int _INT_ = 52;
int _CHA_ = 52;
int _WIS_ = 52;
int _WIS_ = 52; */
/////////////////////////
//:vars/////////////////
@@ -28,7 +29,7 @@ int rulesRead;
///////////////////////////////
//REMOVAL OF DEV CRIT CRAPNESS FROM POOR SODS WHO PICKED IT ALREADY
int nF_ID = 495;
/* int nF_ID = 495;
for (nF_ID; nF_ID <= 532; ++nF_ID){
if (GetHasFeat(nF_ID, oPlayer)){
@@ -39,8 +40,8 @@ int rulesRead;
SendMessageToAllDMs("Dev Crit has been removed from player: " + sPlayerName);
a_XPSettingReset(oPlayer);
}
else{}
}
else{} */
//////////////
//RULES_SET///