From 1336a555d433ad5d7d69baa25e242193189a961e Mon Sep 17 00:00:00 2001 From: 81Denton <32391752+81Denton@users.noreply.github.com> Date: Fri, 6 Jul 2018 18:37:08 +0200 Subject: [PATCH 1/2] Disables knockdown/throw on supply shuttle docking (#38932) --- code/modules/shuttle/supply.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/shuttle/supply.dm b/code/modules/shuttle/supply.dm index 1cf12e6d42..6f2997a078 100644 --- a/code/modules/shuttle/supply.dm +++ b/code/modules/shuttle/supply.dm @@ -35,6 +35,7 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list( width = 12 dwidth = 5 height = 7 + movement_force = list("KNOCKDOWN" = 0, "THROW" = 0) // When TRUE, these vars allow exporting emagged/contraband items, and add some special interactions to existing exports. var/contraband = FALSE