[MIRROR] Taking the beaker out of a cryotube now tries to put it into your hand (#2904)

* Taking the beaker out of a cryotube now tries to put it into your hand (#30938)

* Taking the beaker out of a cryotube now tries to put it into your hand

* this is better

* THIS is better

* Fixes potential bugs

* Update cryo.dm

* Taking the beaker out of a cryotube now tries to put it into your hand
This commit is contained in:
CitadelStationBot
2017-09-22 18:58:22 -05:00
committed by Poojawa
parent 9db84b0c4f
commit 2599bca054
@@ -378,6 +378,8 @@
if("ejectbeaker")
if(beaker)
beaker.forceMove(loc)
if(Adjacent(usr) && !issilicon(usr))
usr.put_in_hands(beaker)
beaker = null
. = TRUE
update_icon()