Commit 08822eb386b90f13fa54e9c227cd8f20f25a449d

Authored by Otowa Kotori
1 parent 37803ad3

Let Attune Mindstar take a turn

... ... @@ -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()
... ...