NODROP beakers won't summon yog-sothoth when placed in a cryo tube now

This commit is contained in:
Crazylemon
2015-12-03 09:24:36 -08:00
parent ca5362f055
commit e877609de7
+2 -2
View File
@@ -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))