and the icon of 152x173.
usr.overlays+='Test.dmi'
flick("Skill1",usr)
usr.frozen=1
for(var/mob/M in oview(4))
var/damage=usr.Int*2+usr.bonusatack
M.hp-=damage
M.Death()
usr.frozen=0
usr.frozen=0
sleep(20)
usr.overlays-='Test.dmi'
Problem description: when usr will use the skill, the skill becomes misaligned.
And the icon of the skill is in size larger than the standard Byond, only it is not divided.
It is only a state icon.
Example:
++++++++++ Skill>
usr>
How do I align to the skill?