Merge pull request #2610 from Fox-McCloud/bags-and-qol

Chemistry and Bio-Bags and Xenobio QoL
This commit is contained in:
TheDZD
2015-11-20 20:45:15 -05:00
9 changed files with 51 additions and 3 deletions
@@ -602,6 +602,8 @@ mob/living/carbon/slime/var/temperature_resistance = T0C+75
Uses = 3
enhanced = 1
qdel(O)
if(istype(O,/obj/item/weapon/storage/bag))
..()
/obj/item/slime_extract/New()
..()
@@ -161,7 +161,8 @@
user << "\blue You set the label to \"[tmp_label]\"."
src.label_text = tmp_label
src.update_name_label()
if(istype(I,/obj/item/weapon/storage/bag))
..()
proc/update_name_label()
if(src.label_text == "")
@@ -46,7 +46,8 @@
attackby(obj/item/I as obj, mob/user as mob, params)
if(istype(I,/obj/item/weapon/storage/bag))
..()
return
afterattack(obj/target, mob/user, proximity)