generated from Jaysyn/ModuleTemplate
2025/07/21 Update
Added PEPS AI Full compile.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
//Dependencies: ats_inc_common, ats_config, ats_const_skill, ats_const_mat, ats_const_common,
|
||||
// ats_inc_material
|
||||
|
||||
#include "ats_inc_common"
|
||||
#include "ats_config"
|
||||
#include "ats_const_skill"
|
||||
#include "ats_const_mat"
|
||||
#include "ats_const_common"
|
||||
#include "ats_inc_material"
|
||||
|
||||
object ATS_GetToolForCraft(object oPlayer, string sTradeskillName)
|
||||
{
|
||||
@@ -146,3 +152,5 @@ void ATS_AdjustCraftToolDurability(object oCraftTool, int iAmount)
|
||||
ATS_BreakItem(oCraftTool, 2.0);
|
||||
|
||||
}
|
||||
|
||||
//:: void main(){}
|
Reference in New Issue
Block a user