Storage Movement (#11539)

This commit is contained in:
Geeves
2021-03-28 13:28:25 +02:00
committed by GitHub
parent 29b6dbc70f
commit a500c8e149
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ default behaviour is:
stop_pulling()
. = ..()
if (s_active && !( s_active in contents ) && get_turf(s_active) != get_turf(src)) //check !( s_active in contents ) first so we hopefully don't have to call get_turf() so much.
if (s_active && !s_active.Adjacent(src)) //check !( s_active in contents ) first so we hopefully don't have to call get_turf() so much.
s_active.close(src)
if(update_slimes)