From 4e47fdd3120ca3ffc2e2a9395ea787ed4fd20dfb Mon Sep 17 00:00:00 2001 From: Rezbit47 <73732913+Rezbit47@users.noreply.github.com> Date: Thu, 22 Sep 2022 02:23:55 -0500 Subject: [PATCH] Update disposal.dm (#4428) --- code/modules/recycling/disposal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 3b1cdcf93f0..f434e5c8123 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -18,6 +18,7 @@ icon_state = "disposal" anchored = TRUE density = TRUE + pass_flags_self = ATOM_PASS_OVERHEAD_THROW var/datum/gas_mixture/air_contents // internal reservoir var/mode = 1 // item mode 0=off 1=charging 2=charged var/flush = FALSE // true if flush handle is pulled