Skip to content
Snippets Groups Projects
Commit 84ea4d46 authored by DarkGod's avatar DarkGod
Browse files

wtf

parent 9f47b0df
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -289,7 +289,7 @@ end
------------------------------------------------------------------------
-- This updates talent and resource definitions to work with data for some AI functions
-- use mod.class.interface.ActorAI.aiParseTalent(t) to parse any new talents defined later
mod.class.interface.ActorAI.AI_InitializeData()
require("mod.class.interface.ActorAI").AI_InitializeData()
engine.interface.ActorTalents.aiParseTalent = mod.class.interface.ActorAI.aiParseTalent
print("[Tome:load] Updated AI tactics list:")
--table.print(mod.class.interface.ActorAI.AI_TACTICS_BENEFIT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment