mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #4900 from TullyBurnalot/IVDripSAD
Fixes AIs removing beakers from IV Drips
This commit is contained in:
@@ -131,7 +131,9 @@
|
||||
beaker.reagents.handle_reactions()
|
||||
update_icon()
|
||||
|
||||
/obj/machinery/iv_drip/attack_hand(mob/user as mob)
|
||||
/obj/machinery/iv_drip/attack_hand(mob/living/carbon/user)
|
||||
if(!istype(user))
|
||||
return
|
||||
if(src.beaker)
|
||||
src.beaker.loc = get_turf(src)
|
||||
src.beaker = null
|
||||
|
||||
Reference in New Issue
Block a user