Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-01-20 23:45:59 +00:00
committed by GitHub
co-authored by Matt Atlas
parent ee1e60fe25
commit c694a1c0f3
2 changed files with 42 additions and 1 deletions
@@ -47,7 +47,7 @@
/obj/item/reagent_containers/glass/beaker/teapot/lidded/attack_self(mob/user)
if(lid)
if(user.get_inactive_hand())
if(!user.get_inactive_hand())
if(user.put_in_hands(lid))
lid = null
to_chat(user, SPAN_NOTICE("You slide off \the [src]'s lid."))