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:
Ryll Ryll
2021-10-02 01:39:26 -07:00
committed by GitHub
co-authored by Mothblocks
parent bfe5760c69
commit 76fc14c283
2 changed files with 25 additions and 1 deletions
@@ -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)