Reupdated Station 1 map

This commit is contained in:
Hawk_v3
2019-10-24 21:57:58 +01:00
282 changed files with 35484 additions and 29587 deletions
@@ -229,6 +229,10 @@ var/global/list/tele_landmarks = list() // Terrible, but the alternative is loop
if(isobserver(A))
A.forceMove(T) // Harmlessly move ghosts.
return
//VOREStation Edit Start
if(!(A.can_fall()))
return // Phased shifted kin should not fall
//VOREStation Edit End
A.forceMove(T)
// Living things should probably be logged when they fall...