Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -132,6 +132,7 @@ newTalent{ |
132 | 132 | local oh = self:hasOffWeaponType("mindstar") |
133 | 133 | if mh then apply(mh) end |
134 | 134 | if oh then apply(oh) end |
135 | + return true | |
135 | 136 | end, |
136 | 137 | info = function(self, t) |
137 | 138 | return ([[Alter the flow of energies of your equiped mindstars, changing their damage type between nature and mind.]]):tformat() | ... | ... |
-
Please register or login to post a comment