Merge pull request #7669 from Mechoid/FixBeakerdipping

Fix Beaker Dipping
This commit is contained in:
Atermonera
2020-09-21 09:48:15 -07:00
committed by GitHub

View File

@@ -134,7 +134,7 @@
update_name_label()
if(istype(W,/obj/item/weapon/storage/bag))
..()
if(W && W.w_class <= w_class && (flags & OPENCONTAINER))
if(W && W.w_class <= w_class && (flags & OPENCONTAINER) && user.a_intent != I_HELP)
to_chat(user, "<span class='notice'>You dip \the [W] into \the [src].</span>")
reagents.touch_obj(W, reagents.total_volume)