Rename Bumped to CollidedWith

In light of the change of Bump to Collide, this should also be done
as it will make it less confusing for devs in the future

I also ended up changing a bunch of the code in the CollidedWith procs,
things that were assuming types, doing bad loc changes and so forth
This commit is contained in:
oranges
2017-07-15 00:25:22 +00:00
parent 2d805255ae
commit e04fd83b9d
36 changed files with 102 additions and 104 deletions
@@ -107,9 +107,8 @@
return
/obj/singularity/Bumped(atom/A)
consume(A)
return
/obj/singularity/CollidedWith(atom/movable/AM)
consume(AM)
/obj/singularity/process()