diff --git a/code/game/turfs/space/transit.dm b/code/game/turfs/space/transit.dm index 04519669822..edb190744cb 100644 --- a/code/game/turfs/space/transit.dm +++ b/code/game/turfs/space/transit.dm @@ -119,10 +119,6 @@ playsound(src, 'sound/effects/metal_crash.ogg', 35, 1) deconstruct(FALSE) return - if(locate(/mob/living) in target_turf) - var/mob/living/victim = locate(/mob/living) in target_turf - throw_impact(victim, 20) - return explosion_throw(200) // give it a bit of a kick playsound(loc, 'sound/weapons/smash.ogg', 35, 1)