From 350817340385f85f8e6705385fe9ed62c2d114c8 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 25 May 2017 08:36:59 -0500 Subject: [PATCH] Removes the shadowshroom admin message --- code/modules/hydroponics/grown/mushrooms.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/hydroponics/grown/mushrooms.dm b/code/modules/hydroponics/grown/mushrooms.dm index 61eb397b92..fc34fbad83 100644 --- a/code/modules/hydroponics/grown/mushrooms.dm +++ b/code/modules/hydroponics/grown/mushrooms.dm @@ -306,6 +306,5 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/glowshroom/shadowshroom/attack_self(mob/user) . = ..() if(.) - message_admins("Shadowshroom planted by [ADMIN_LOOKUPFLW(user)] at [ADMIN_COORDJMP(user)]",0,1) investigate_log("was planted by [key_name(user)] at [COORD(user)]", INVESTIGATE_BOTANY)