mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Getting hit by the tram will now smash people through lattice and unplated flooring (#61709)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -283,7 +283,8 @@ GLOBAL_LIST_EMPTY(lifts)
|
||||
|
||||
collided.throw_at()
|
||||
//if going EAST, will turn to the NORTHEAST or SOUTHEAST and throw the ran over guy away
|
||||
collided.throw_at(throw_target, 200, 4)
|
||||
var/datum/callback/land_slam = new(collided, /mob/living/.proc/tram_slam_land)
|
||||
collided.throw_at(throw_target, 200, 4, callback = land_slam)
|
||||
forceMove(destination)
|
||||
for(var/atom/movable/thing as anything in things2move)
|
||||
thing.forceMove(destination)
|
||||
|
||||
Reference in New Issue
Block a user