From a7c0a88673b74827f5f873a4164538c4ad6a8d28 Mon Sep 17 00:00:00 2001 From: AnturK Date: Mon, 8 Jul 2019 11:08:45 +0200 Subject: [PATCH] Makes logs show bee reagent name --- code/modules/mob/living/simple_animal/hostile/bees.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/bees.dm b/code/modules/mob/living/simple_animal/hostile/bees.dm index 1194e265c0f..f6e54dd2829 100644 --- a/code/modules/mob/living/simple_animal/hostile/bees.dm +++ b/code/modules/mob/living/simple_animal/hostile/bees.dm @@ -149,6 +149,7 @@ if(istype(R)) beegent = R name = "[initial(name)] ([R.name])" + real_name = name poison_type = null generate_bee_visuals()