Refactors Glass Jars (#10703)

This commit is contained in:
Wowzewow (Wezzy)
2020-12-09 10:10:59 +01:00
committed by GitHub
parent 80633a407b
commit f4956185cd
6 changed files with 133 additions and 91 deletions
@@ -19,6 +19,7 @@
return
else
to_chat(user, "<span class='notice'>You put the lid on \the [src].</span>")
user.drop_from_inventory(src)
user.put_in_hands(new /obj/item/glass_jar) //found in glassjar.dm
qdel(src)
return