mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
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()
|
||||
|
||||
Reference in New Issue
Block a user