mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +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()
|
G.check_nuke_disks()
|
||||||
|
|
||||||
spawn(0)
|
spawn(0)
|
||||||
if(loc)
|
if(loc) loc.Entered(src)
|
||||||
var/turf/T = loc
|
|
||||||
loc.Entered(src)
|
|
||||||
if(!T.is_hole)
|
|
||||||
fall_impact(text2num(pickweight(list("1" = 60, "2" = 30, "3" = 10))))
|
|
||||||
|
|
||||||
//by default, transition randomly to another zlevel
|
//by default, transition randomly to another zlevel
|
||||||
/atom/movable/proc/get_transit_zlevel()
|
/atom/movable/proc/get_transit_zlevel()
|
||||||
|
|||||||
Reference in New Issue
Block a user