Fix remaining diagnostics

This commit is contained in:
Tad Hardesty
2020-01-18 22:59:55 -08:00
parent d8a64c83dc
commit f44d31451e
3 changed files with 4 additions and 4 deletions

View File

@@ -215,7 +215,7 @@
return FALSE
var/turf/below = GetBelow(src)
if((locate(/obj/structure/disposalpipe/up) in below) || locate(/obj/machinery/atmospherics/pipe/zpipe/up in below))
if((locate(/obj/structure/disposalpipe/up) in below) || locate(/obj/machinery/atmospherics/pipe/zpipe/up) in below)
return FALSE
/mob/living/can_fall()