mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
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:
@@ -107,9 +107,8 @@
|
||||
return
|
||||
|
||||
|
||||
/obj/singularity/Bumped(atom/A)
|
||||
consume(A)
|
||||
return
|
||||
/obj/singularity/CollidedWith(atom/movable/AM)
|
||||
consume(AM)
|
||||
|
||||
|
||||
/obj/singularity/process()
|
||||
|
||||
Reference in New Issue
Block a user