Bump(atom/P)
if(ismob(P))
var/mob/pig=P
view(P)<<"[pig] was hit by an [src]!"
pig.health-=75
P:deathcheck()
Problem description:it compiles but when i hit some1 with the deathcheck i get an error saying it cannot run the death check wat as i suppose 2 do