mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Preferences fixes, ahoy! (#3045)
Fixes #1670 Fixes #1780 Fixes #1781 Fixes #1493
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user