From 1bcd4fef85b85d2b3163ca9b687554b9c22a4905 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 6 May 2021 14:10:02 -0400 Subject: [PATCH 1/2] Merge pull request #9947 from Little-119/itoldyoutomakethemmeatier Remove the throwing-people-to-the-floor effect of meteor strikes --- code/modules/events/meteor_strike_vr.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/events/meteor_strike_vr.dm b/code/modules/events/meteor_strike_vr.dm index 8868c577cd..83b1f8ac2d 100644 --- a/code/modules/events/meteor_strike_vr.dm +++ b/code/modules/events/meteor_strike_vr.dm @@ -61,10 +61,6 @@ var/turf/mob_turf = get_turf(L) if(!mob_turf || !(mob_turf.z in impacted.expected_z_levels)) continue - if(!L.buckled && !issilicon(L)) - if(!L.Check_Shoegrip()) - L.throw_at(get_step_rand(L),1,5) - L.Weaken(5) if(L.client) to_chat(L, "The ground lurches beneath you!") shake_camera(L, 6, 1)