From a3dc0e4398a7f802b823b27172934bc7f64eba17 Mon Sep 17 00:00:00 2001 From: konushi Date: Mon, 16 Oct 2023 16:55:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B5=D1=85=D0=B8=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=85=D0=BE=D0=B4=D1=8F=D1=82=20=D0=BF=D0=BE=20=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=D0=B5=20(=D1=84=D0=B8=D1=87=D0=B0=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modular_ss220/maps220/code/floors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_ss220/maps220/code/floors.dm b/modular_ss220/maps220/code/floors.dm index 178ea0f26f90..1fadff5f3a08 100644 --- a/modular_ss220/maps220/code/floors.dm +++ b/modular_ss220/maps220/code/floors.dm @@ -19,7 +19,7 @@ /turf/simulated/floor/beach/away/water/deep/dense_canpass/CanPass (atom/movable/mover, border_dir) .=..() - if(isliving(mover)) + if(isliving(mover) || ismecha (mover)) return FALSE /* Lavaland */