2025/07/21 Update

Added PEPS AI
Full compile.
This commit is contained in:
Jaysyn904
2025-07-21 12:33:56 -04:00
parent 2d0a7a8a89
commit 87608ac499
2806 changed files with 44346 additions and 557 deletions

View File

@@ -1,8 +1,16 @@
//Dependencies: ats_inc_common, ats_inc_skill, ats_inc_material, ats_inc_cr_get,
// ats_inc_menu, ats_inc_menu_mat
#include "ats_inc_common"
#include "ats_inc_skill"
#include "ats_inc_material"
#include "ats_const_menu"
#include "ats_inc_cr_get"
#include "ats_inc_menu"
#include "ats_inc_menu_mat"
#include "prc_inc_racial"
/////////////////////////////////////////////////////
// ATS_CheckCraftMakeable //
// Checks to see if a crafted item is craftable//
@@ -437,3 +445,4 @@ void ATS_BuildMaterialList(object oPlayer) // player doing the crafting
}
//::void main() {}