Bump()
for(var/obj/shooting/rocket)
if(rocket)
del(rocket)
del(src)
usr.money+=300
if(usr)
del(src)
usr.money-=600
else
return
Problem description: i need help with my bump, this is my first time using one and im not 100% how to use it, please dont tell me to look at tutorials or DM Guide cause i do, i just dont understant if very well