obj/Doortube
icon = 'turf.dmi'
icon_state = "Doortube"
density=1
Bump(mob/M)
if(istype(M,/mob/))
if(M.health<30)
if(src.icon_state=="Doortube")
M<<"*SNAP"
src.icon_state="Doortube2"
When i bump this, nothing happens. Any suggestions on why not?
~>Jiskuha
For one, you're doing it all wrong. The door doesn't bump into the user, thus you do: