Chemistry and Bio-Bags and Xenobio QoL

This commit is contained in:
Fox-McCloud
2015-11-19 20:38:07 -05:00
parent dae629d599
commit edf2bfc4fc
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)