ID:266539
 
atom/proc/Bumped()

mob
Bump(atom/A)
..()
A.Bumped(src)


Can someone tell me what's the problem?
A.Bumped() is for the what bumped into it.

src.Bumped() would be what happens to the atom bumped.
Thief jack wrote:
atom/proc/Bumped()
>
mob
Bump(atom/A)
..()
A.Bumped(src)

Can someone tell me what's the problem?

Indentation.
atom/proc/Bumped()

mob
Bump(atom/A)
..()
A.Bumped(src)

In response to Super16
The way he has it A.Bumped() is for the obstacle that got bumped into and Bump() is for whatever did the bumping.