[1.0.4] Thought-form talents have no tactical ai...

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

[1.0.4] Thought-form talents have no tactical ai...

#1 Post by jenx »

...which explains why rare/boss solipsists NEVER regenerate a thought-from if you destroy it.

This is simply fixed by this, for all three thought-form talents:

Code: Select all

newTalent{
	name = "Thought-Form: Defender",
	short_name = "TF_DEFENDER",
	type = {"psionic/other", 1},
	points = 5, 
	require = psi_wil_req1,
	sustain_psi = 20,
	mode = "sustained",
	no_sustain_autoreset = true,
+++	tactical = { ATTACK = 2 },
	cooldown = 24,
	range = 10,
	no_unlearn_last = true,
I've tested this and it works.
MADNESS rocks

Post Reply