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
+1 -1
View File
@@ -214,7 +214,7 @@
qdel(src)
return
/obj/effect/beam/i_beam/Bumped()
/obj/effect/beam/i_beam/CollidedWith(atom/movable/AM)
hit()
/obj/effect/beam/i_beam/Crossed(atom/movable/AM as mob|obj)