Conflicts resolved, excluding the .dme

This commit is contained in:
Spades
2019-01-05 16:38:33 -05:00
parent 58e4a98a94
commit 5cb647993c
4 changed files with 5 additions and 223 deletions

View File

@@ -149,12 +149,9 @@
/turf/simulated/open/is_space()
var/turf/below = GetBelow(src)
return !below || below.is_space()
<<<<<<< HEAD
=======
/turf/simulated/open/is_safe_to_enter(mob/living/L)
if(L.can_fall())
if(!locate(/obj/structure/stairs) in GetBelow(src))
return FALSE
return ..()
>>>>>>> 3155d58... Merge pull request #5735 from Neerti/hopefully_last_master_sync
return ..()