Rename Bumped to CollidedWith (#2017)
This commit is contained in:
committed by
kevinz000
parent
738eaa1d54
commit
54da14ea6b
@@ -68,7 +68,7 @@
|
||||
if(auto_door_open)
|
||||
if(istype(M, /obj/machinery/door) && has_buckled_mobs())
|
||||
for(var/m in buckled_mobs)
|
||||
M.Bumped(m)
|
||||
M.CollidedWith(m)
|
||||
|
||||
|
||||
/obj/vehicle/Process_Spacemove(direction)
|
||||
|
||||
Reference in New Issue
Block a user