Preferences fixes, ahoy! (#3045)

Fixes #1670
Fixes #1780
Fixes #1781
Fixes #1493
This commit is contained in:
Erki Meinberg
2017-07-21 20:50:59 +03:00
committed by GitHub
parent ee503f015f
commit 283f63d098
15 changed files with 71 additions and 59 deletions
+4 -1
View File
@@ -72,7 +72,7 @@
// Actually move.
Move(destination)
return TRUE
/mob/living/zMove(direction)
if (is_ventcrawling)
var/obj/machinery/atmospherics/pipe/zpipe/P = loc
@@ -189,6 +189,9 @@
* this cycle.
*/
/atom/movable/proc/can_fall(turf/below, turf/simulated/open/dest = src.loc)
if (!istype(dest))
return FALSE
// Anchored things don't fall.
if(anchored)
return FALSE