Fixes lots of items not being taped by duct tape; tape won't be applied to bags if it can be inserted

This commit is contained in:
Citinited
2018-12-01 00:13:21 +00:00
parent 53300b82ea
commit 6354631937
16 changed files with 49 additions and 32 deletions
@@ -148,8 +148,8 @@
to_chat(user, "<span class='notice'>You set the label to \"[tmp_label]\".</span>")
label_text = tmp_label
update_name_label()
if(istype(I,/obj/item/storage/bag))
..()
else
return ..()
/obj/item/reagent_containers/glass/proc/update_name_label()
if(label_text == "")
@@ -201,6 +201,7 @@
overlays += lid
if(assembly)
overlays += "assembly"
..()
/obj/item/reagent_containers/glass/beaker/verb/remove_assembly()
set name = "Remove Assembly"