Revert "Fixes falling off the station making you float in perpetuity" (#9352)

Everyone falls onto the floor when they spawn and fucking die
This commit is contained in:
Matt Atlas
2020-07-13 14:25:31 +02:00
committed by GitHub
parent c67c799672
commit 57da32a919

View File

@@ -241,11 +241,7 @@
G.check_nuke_disks()
spawn(0)
if(loc)
var/turf/T = loc
loc.Entered(src)
if(!T.is_hole)
fall_impact(text2num(pickweight(list("1" = 60, "2" = 30, "3" = 10))))
if(loc) loc.Entered(src)
//by default, transition randomly to another zlevel
/atom/movable/proc/get_transit_zlevel()