Commit 792e52d49a14907e51e51bf2fd40963dbf7373cc
1 parent
78b16854
Gives Heavy Armour Training 1 to bowman thought-forms to ensure they can wear eq…
…uipment they generate with
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -216,6 +216,7 @@ newTalent{ |
216 | 216 | resolvers.talents{ |
217 | 217 | [Talents.T_WEAPON_COMBAT]= math.ceil(self.level/10), |
218 | 218 | [Talents.T_BOW_MASTERY]= math.ceil(self.level/10), |
219 | + [Talents.T_ARMOUR_TRAINING]= 1, | |
219 | 220 | |
220 | 221 | [Talents.T_CRIPPLING_SHOT]= math.ceil(self.level/10), |
221 | 222 | [Talents.T_STEADY_SHOT]= math.ceil(self.level/10), | ... | ... |
-
Please register or login to post a comment