mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Properly fixes shadekin phase plummeting
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user