From f1ef779e583ff00d86f5fde3012d0681c029cdb8 Mon Sep 17 00:00:00 2001 From: Blue Wildrose Date: Thu, 1 Apr 2021 16:53:47 -0700 Subject: [PATCH] Bumbles no longer has a number beside their name --- code/modules/mob/living/simple_animal/friendly/bumbles.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/friendly/bumbles.dm b/code/modules/mob/living/simple_animal/friendly/bumbles.dm index 7b7c10c007..53be1434c9 100644 --- a/code/modules/mob/living/simple_animal/friendly/bumbles.dm +++ b/code/modules/mob/living/simple_animal/friendly/bumbles.dm @@ -29,6 +29,7 @@ verb_yell = "buzzes intensely" emote_see = list("buzzes.", "makes a loud buzz.", "rolls several times.", "buzzes happily.") speak_chance = 1 + unique_name = FALSE /mob/living/simple_animal/pet/bumbles/Initialize() . = ..()