mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user