mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
/atom/movable/proc/Bump_vr(var/atom/A, yes)
|
|
return
|
|
|
|
/atom/movable/set_dir(newdir)
|
|
. = ..(newdir)
|
|
if(riding_datum)
|
|
riding_datum.handle_vehicle_offsets()
|
|
|
|
/atom/movable/relaymove(mob/user, direction)
|
|
. = ..()
|
|
if(riding_datum)
|
|
riding_datum.handle_ride(user, direction)
|