mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user