From e877609de7874244e5ad39bfab8060d45bc677ed Mon Sep 17 00:00:00 2001 From: Crazylemon Date: Thu, 3 Dec 2015 09:24:36 -0800 Subject: [PATCH] NODROP beakers won't summon yog-sothoth when placed in a cryo tube now --- code/game/machinery/cryo.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index ceb15bc79b7..8419189dee3 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -277,12 +277,12 @@ if(beaker) user << "\red A beaker is already loaded into the machine." return - - beaker = G if(!user.drop_item()) user << "The [G] is stuck to you!" return G.forceMove(src) + beaker = G + user.visible_message("[user] adds \a [G] to \the [src]!", "You add \a [G] to \the [src]!") if (istype(G, /obj/item/weapon/screwdriver))