mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
Chemistry and Bio-Bags and Xenobio QoL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user