Merge pull request #1908 from CHOMPStationBot/upstream-merge-9947

[MIRROR] Remove the throwing-people-to-the-floor effect of meteor strikes
This commit is contained in:
Nadyr
2021-05-08 08:12:46 -04:00
committed by GitHub
-4
View File
@@ -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, "<span class='danger'>The ground lurches beneath you!</span>")
shake_camera(L, 6, 1)