mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Merge pull request #3784 from monster860/fixspacepodspacetransition
Fix space pod transitions
This commit is contained in:
@@ -69,10 +69,8 @@
|
||||
|
||||
/turf/space/Entered(atom/movable/A as mob|obj)
|
||||
..()
|
||||
if ((!(A) || src != A.loc))
|
||||
return
|
||||
|
||||
if(destination_z)
|
||||
|
||||
if(destination_z && A && (src in A.locs))
|
||||
A.x = destination_x
|
||||
A.y = destination_y
|
||||
A.z = destination_z
|
||||
@@ -200,4 +198,4 @@
|
||||
return
|
||||
|
||||
/turf/space/can_have_cabling()
|
||||
return 0
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user