[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:
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()
|
||||
|
||||
Reference in New Issue
Block a user