diff --git a/code/modules/hydroponics/spreading/spreading.dm b/code/modules/hydroponics/spreading/spreading.dm index 51d3b391817..57579cdb72b 100644 --- a/code/modules/hydroponics/spreading/spreading.dm +++ b/code/modules/hydroponics/spreading/spreading.dm @@ -235,7 +235,7 @@ if(istype(W, /obj/item/weapon/wirecutters) || istype(W, /obj/item/weapon/scalpel)) if(!seed) - user << "" + user << "There is nothing to take a sample from." return if(sampled) user << "You cannot take another sample from \the [src]." diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 794184a41c0..3e04dbe023f 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -260,10 +260,8 @@ var/obj/item/organ/external/E = organs_by_name[organ_tag] if(!E) - world << "[organ_tag] missing" wound_flavor_text["[organ_descriptor]"] = "[t_He] is missing [t_his] [organ_descriptor].\n" else if(E.is_stump()) - world << "[E.name] is a stump" wound_flavor_text["[organ_descriptor]"] = "[t_He] has a stump where [t_his] [organ_descriptor] should be.\n" else is_destroyed["organ_descriptor"] = 0