View Single Post
  #118  
Old 09-14-2011, 11:10 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

I dont think so, because there is no special script for human units (priest, inquisitor) just general human race script in scripts/addon_unit_features.lua there are strings that define how battle_spirit works and only reference to units is like
`if Attack.act_race(i)=="human" then . . .` so there is no script for every human unit, just for whole race. Something other is making you problems
Reply With Quote