From 64a1dc7f6d9774f5bd7a557287d89bd7d837fdcb Mon Sep 17 00:00:00 2001 From: Belsima Date: Sun, 2 Apr 2017 11:41:06 -0400 Subject: [PATCH] Makes janicart climable. --- code/game/objects/structures/janicart.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/janicart.dm b/code/game/objects/structures/janicart.dm index 0d8a94944d..4333820b99 100644 --- a/code/game/objects/structures/janicart.dm +++ b/code/game/objects/structures/janicart.dm @@ -4,7 +4,8 @@ icon = 'icons/obj/janitor.dmi' icon_state = "cart" anchored = 0 - density = 1 + density = 1 + climable = 1 flags = OPENCONTAINER //copypaste sorry var/amount_per_transfer_from_this = 5 //shit I dunno, adding this so syringes stop runtime erroring. --NeoFite