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
This commit is contained in:
MoreRobustThanYou
2017-09-22 19:44:28 -04:00
committed by Jordan Brown
parent ae2fa4c620
commit 21fb348e92
@@ -377,6 +377,8 @@
if("ejectbeaker")
if(beaker)
beaker.forceMove(loc)
if(Adjacent(usr) && !issilicon(usr))
usr.put_in_hands(beaker)
beaker = null
. = TRUE
update_icon()