mob
verb
Susanoo()
set category = "Dojutsu"
if(susanoo_stage<1)
susanoo_stage=1
src.susanoo = new('Stage 1.dmi')
src.susanoo += src.susanoocolor
src.overlays += src.susanoo
src.verbs+= /mob/Mangekyo/verb/End_Susanoo
return
if(susanoo_stage)
susanoo_stage=2
src.overlays -= src.susanoo
var/obj/Uchiha/Mangekyou/Susanoo/Stage_2/S = new/obj/Uchiha/Mangekyou/Susanoo/Stage_2/
src.overlays += S
return
Problem description: I was able to use the same code I use for hair for the first stage, but the second and so on are not 32x32, so since I had to change the pixe_x in the obj code, I had to use a different code. So far with the code it works perfectly fine, but I can't for the life of me change the color. The normal color of it is black if that is what you need to know.
Please help!