Thread: Bugfixes
View Single Post
  #14  
Old 10-30-2012, 10:08 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Quote:
Originally Posted by camelotcrusade View Post
Any idea where the visual effect is in all that? I don't want the unit to actually be stunned, just look like while they are distracted.
Code:
    Attack.atom_spawn(target, pause, "effect_stun", 0, true)
As Zechnophobe says, that's the line. I'm not sure if you can just copy and replace it with the other line, or if you'll need to modify it at all, but you can experiment and find out.
Reply With Quote