obj
KNIFE
name="KNIFE"
icon = 'icons/KNIFE.dmi'
Bump(atom/A)
if(istype(A,/mob/))
A<<"You get hit by a KNIFE"
del(src)
if(istype(A,/turf/water))
del(src)
Problem: I want it so that if it hits water it deletes itself. It is not doing this, any help?
~>Jiskuha