part1
if(clan=="Uchiha"&&M.clan=="Uchiha"&&skillclanjutsu1>=5&&M.skillclanjutsu1>=5)
M.pkkills++
if(M.skillclanjutsu1==5)
M<<output("<b>You have awakened your Eternal Mangekyou Sharingan!","infobox")
new/obj/jutsu/uchiha/Eternal_Mangekyou_Sharingan(M)
M.skillclanjutsu1=6
M.blind=100
else
M<<output("<b>You killed an Uchiha!","infobox")
emscheck()
mangekyoublind()
part2
emscheck(mob/M,bury=0)
if(clan=="Uchiha"&&M.clan=="Uchiha"&&skillclanjutsu1>=5&&M.skillclanjutsu1>=5)
if(hp<=0&&skillclanjutsu1==6)
for(var/obj/jutsu/uchiha/Eternal_Mangekyou_Sharingan/X in src)del X
src<<output("<b>You have had your eyes stolen!","infobox")
blind=100
skillclanjutsu1=5
mangekyoublind()
death()
if(hp<=0&&skillclanjutsu1==5)
src<<output("<b>You have had your eyes stolen!","infobox")
blind=100
mangekyoublind()
death()
Problem description:
The problem is with part 2.
Whever The person dies they dont lose the skill.
and it doesnt send them the message saying your eyes were stolen. Ik it has somthing to do with who im specifying but idk how to correct it.