Dipping things into beakers now does not occur on help, since you're probably being careful.

This commit is contained in:
Mechoid
2020-09-16 22:07:48 -07:00
parent 106ac35467
commit eb86ea9cd7

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)