mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Merge branch 'master' into development
# Conflicts: # code/modules/multiz/movement.dm # maps/aurora/aurora-1_centcomm.dmm # maps/aurora/aurora-3_sublevel.dmm # maps/aurora/aurora-4_mainlevel.dmm # maps/aurora/aurora-6_surface.dmm
This commit is contained in:
@@ -200,11 +200,10 @@
|
||||
return FALSE
|
||||
|
||||
// Lattices, ladders, and stairs stop things from falling.
|
||||
if(locate(/obj/structure/lattice, dest) || locate(/obj/structure/stairs, dest) || locate(/obj/structure/ladder, dest))
|
||||
if(locate(/obj/structure/lattice, dest) || locate(/obj/structure/stairs, dest))
|
||||
return FALSE
|
||||
|
||||
//Ladders too
|
||||
if(below && locate(/obj/structure/ladder) in below)
|
||||
if(ismob(src) && locate(/obj/structure/ladder, dest)) //hmmm how is this locker just floating here?
|
||||
return FALSE
|
||||
|
||||
// The var/climbers API is implemented here.
|
||||
|
||||
Reference in New Issue
Block a user